Html Css Color HEX #228DF9 Dodger Blue

📋 copy color: '#228DF9'

red 34 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #228DF9

Tints of Dodger Blue #228DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

 BLUE value IS 249 (97.66% from 255) = 58.73%

R = 8.02%
G = 33.25%
B = 58.73%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228DF9 (or 0x228DF9) is known color: Dodger Blue. HEX triplet: 22, 8D and F9. RGB value is (34,141,249). Sum of RGB (Red+Green+Blue) = 34+141+249=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #228DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DF9 is #DD7206. Grayscale: #787878. Windows color (decimal): -14512647 or 16354594. OLE color: 16354594.

HSL color Cylindrical-coordinate representation of color #228DF9: hue angle of 210.14º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228DF9 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 141 249 -
CMYK 0.86 0.43 0 0.02
HSL 210.14º 0.95% 0.55% -
HSV(B) 210.14º 0.86% 0.98% -
XYZ 27.28 26.23 93.25 -
YUV 121.32 200.05 65.72 -
System Red Green Blue C M Y K H S L
Decimal 34 141 249 0.86 0.43 0 0.02 210.14 0.95 0.55
Hex 22 8D F9 56 2B 0 2 D2 5F 37
Octal 42 215 371 126 53 0 2 322 137 67
Binary 100010 10001101 11111001 1010110 101011 0 10 11010010 1011111 110111

Color Harmonies of #228DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DF9

Black with #228DF9

Text Example


Text Example

White with #228DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,141,249); }

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

background-color css

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

 a { background-color: rgb(34,141,249); }

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

border-color css

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

 span { border-color: rgb(34,141,249); }

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