Html Css Color HEX #226DF9 Dodger Blue

📋 copy color: '#226DF9'

red 34 ◦ green 109 ◦ blue 249

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

Shades of Dodger Blue #226DF9

Tints of Dodger Blue #226DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

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

R = 8.67%
G = 27.81%
B = 63.52%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#226DF9 (or 0x226DF9) is known color: Dodger Blue. HEX triplet: 22, 6D and F9. RGB value is (34,109,249). Sum of RGB (Red+Green+Blue) = 34+109+249=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #226DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DF9 is #DD9206. Grayscale: #656565. Windows color (decimal): -14520839 or 16346402. OLE color: 16346402.

HSL color Cylindrical-coordinate representation of color #226DF9: hue angle of 219.07º 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 #226DF9 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 109 249 -
CMYK 0.86 0.56 0 0.02
HSL 219.07º 0.95% 0.55% -
HSV(B) 219.07º 0.86% 0.98% -
XYZ 23.23 18.12 91.9 -
YUV 102.54 210.65 79.12 -
System Red Green Blue C M Y K H S L
Decimal 34 109 249 0.86 0.56 0 0.02 219.07 0.95 0.55
Hex 22 6D F9 56 38 0 2 DB 5F 37
Octal 42 155 371 126 70 0 2 333 137 67
Binary 100010 1101101 11111001 1010110 111000 0 10 11011011 1011111 110111

Color Harmonies of #226DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226DF9

Black with #226DF9

Text Example


Text Example

White with #226DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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