#227BFF

Color #227BFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #227BFF

Tints of Dodger Blue #227BFF

Color information

#227BFF (or 0x227BFF) is unknown color: approx Dodger Blue. HEX triplet: 22, 7B and FF. RGB value is (34,123,255). Sum of RGB (Red+Green+Blue) = 34+123+255=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #227BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BFF is #DD8400. Grayscale: #6E6E6E. Windows color (decimal): -14517249 or 16743202. OLE color: 16743202.

HSL color Cylindrical-coordinate representation of color #227BFF: hue angle of 215.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227BFF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB34123255-
CMYK0.870.5200
HSL215.84º100%56.67%-
HSV(B)215.84º86.67%100%-
XYZ25.7921.7397.44-
YUV111.44209.0172.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 8.25%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 255 (100% from 255) = 61.89%
R=8.25%
G=29.85%
B=61.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal341232550.870.5200215.8410056.67
Hex227BFF573400d86439
Octal42173377127640033014471
Binary100010111101111111111101011111010000110110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227BFF; }

 p { color: rgb(34,123,255); }

 H1.HeaderClassName
 {
   color: #227BFF;
 }
 .AnyTagClassName
 {
   color: #227BFF;
 }
</style>
background-color css

<style>
 a { background-color: #227BFF; }

 a { background-color: rgb(34,123,255); }

 div.DivClassName
 {
   background-color: #227BFF;
 }
 .BgClassName
 {
   background-color: #227BFF;
 }
</style>
border-color css

<style>
 span { border-color: #227BFF; }

 span { border-color: rgb(34,123,255); }

 td.TdClassName
 {
   border-color: #227BFF;
 }
 .TagClassName
 {
   border-color: #227BFF;
 }
</style>