Html Css Color HEX #228CFF Dodger Blue

📋 copy color: '#228CFF'

red 34 ◦ green 140 ◦ blue 255

#228CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #228CFF

Tints of Dodger Blue #228CFF

RGB

 RED value IS 34 (13.67% from 255) = 7.93%

 GREEN value IS 140 (55.08% from 255) = 32.63%

 BLUE value IS 255 (100% from 255) = 59.44%

R = 7.93%
G = 32.63%
B = 59.44%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#228CFF (or 0x228CFF) is known color: Dodger Blue. HEX triplet: 22, 8C and FF. RGB value is (34,140,255). Sum of RGB (Red+Green+Blue) = 34+140+255=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #228CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CFF is #DD7300. Grayscale: #787878. Windows color (decimal): -14512897 or 16747554. OLE color: 16747554.

HSL color Cylindrical-coordinate representation of color #228CFF: hue angle of 211.22º 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 #228CFF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 140 255 -
CMYK 0.87 0.45 0 0
HSL 211.22º 1% 0.57% -
HSV(B) 211.22º 0.87% 1% -
XYZ 28.09 26.32 98.21 -
YUV 121.42 203.38 65.65 -
System Red Green Blue C M Y K H S L
Decimal 34 140 255 0.87 0.45 0 0 211.22 1 0.57
Hex 22 8C FF 57 2D 0 0 D3 64 39
Octal 42 214 377 127 55 0 0 323 144 71
Binary 100010 10001100 11111111 1010111 101101 0 0 11010011 1100100 111001

Color Harmonies of #228CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CFF

Black with #228CFF

Text Example


Text Example

White with #228CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228CFF; }

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

 H1.HeaderClassName
 {
   color: #228CFF;
 }
 .AnyTagClassName
 {
   color: #228CFF;
 }
</style>

background-color css

<style>
 a { background-color: #228CFF; }

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

 div.DivClassName
 {
   background-color: #228CFF;
 }
 .BgClassName
 {
   background-color: #228CFF;
 }
</style>

border-color css

<style>
 span { border-color: #228CFF; }

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

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