Html Css Color HEX #228FDC Dodger Blue

📋 copy color: '#228FDC'

red 34 ◦ green 143 ◦ blue 220

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

Shades of Dodger Blue #228FDC

Tints of Dodger Blue #228FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 8.56%
G = 36.02%
B = 55.42%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#228FDC (or 0x228FDC) is known color: Dodger Blue. HEX triplet: 22, 8F and DC. RGB value is (34,143,220). Sum of RGB (Red+Green+Blue) = 34+143+220=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #228FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FDC is #DD7023. Grayscale: #767676. Windows color (decimal): -14512164 or 14454562. OLE color: 14454562.

HSL color Cylindrical-coordinate representation of color #228FDC: hue angle of 204.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228FDC is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 143 220 -
CMYK 0.85 0.35 0 0.14
HSL 204.84º 0.73% 0.5% -
HSV(B) 204.84º 0.85% 0.86% -
XYZ 23.4 25.15 71.33 -
YUV 119.19 184.89 67.24 -
System Red Green Blue C M Y K H S L
Decimal 34 143 220 0.85 0.35 0 0.14 204.84 0.73 0.5
Hex 22 8F DC 55 23 0 E CD 49 32
Octal 42 217 334 125 43 0 16 315 111 62
Binary 100010 10001111 11011100 1010101 100011 0 1110 11001101 1001001 110010

Color Harmonies of #228FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FDC

Black with #228FDC

Text Example


Text Example

White with #228FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,143,220); }

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

background-color css

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

 a { background-color: rgb(34,143,220); }

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

border-color css

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

 span { border-color: rgb(34,143,220); }

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