Html Css Color HEX #228CFC Dodger Blue

📋 copy color: '#228CFC'

red 34 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #228CFC

Tints of Dodger Blue #228CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 7.98%
G = 32.86%
B = 59.15%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#228CFC (or 0x228CFC) is known color: Dodger Blue. HEX triplet: 22, 8C and FC. RGB value is (34,140,252). Sum of RGB (Red+Green+Blue) = 34+140+252=426 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.98% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #228CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CFC is #DD7303. Grayscale: #787878. Windows color (decimal): -14512900 or 16550946. OLE color: 16550946.

HSL color Cylindrical-coordinate representation of color #228CFC: hue angle of 210.83º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #228CFC is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 140 252 -
CMYK 0.87 0.44 0 0.01
HSL 210.83º 0.97% 0.56% -
HSV(B) 210.83º 0.87% 0.99% -
XYZ 27.61 26.12 95.68 -
YUV 121.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 34 140 252 0.87 0.44 0 0.01 210.83 0.97 0.56
Hex 22 8C FC 57 2C 0 1 D3 61 38
Octal 42 214 374 127 54 0 1 323 141 70
Binary 100010 10001100 11111100 1010111 101100 0 1 11010011 1100001 111000

Color Harmonies of #228CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CFC

Black with #228CFC

Text Example


Text Example

White with #228CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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