Html Css Color HEX #226FFB Dodger Blue

📋 copy color: '#226FFB'

red 34 ◦ green 111 ◦ blue 251

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

Shades of Dodger Blue #226FFB

Tints of Dodger Blue #226FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 8.59%
G = 28.03%
B = 63.38%

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

#226FFB (or 0x226FFB) is known color: Dodger Blue. HEX triplet: 22, 6F and FB. RGB value is (34,111,251). Sum of RGB (Red+Green+Blue) = 34+111+251=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #226FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FFB is #DD9004. Grayscale: #676767. Windows color (decimal): -14520325 or 16477986. OLE color: 16477986.

HSL color Cylindrical-coordinate representation of color #226FFB: hue angle of 218.71º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226FFB is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 111 251 -
CMYK 0.86 0.56 0 0.02
HSL 218.71º 0.96% 0.56% -
HSV(B) 218.71º 0.86% 0.98% -
XYZ 23.76 18.67 93.62 -
YUV 103.94 210.99 78.12 -
System Red Green Blue C M Y K H S L
Decimal 34 111 251 0.86 0.56 0 0.02 218.71 0.96 0.56
Hex 22 6F FB 56 38 0 2 DB 60 38
Octal 42 157 373 126 70 0 2 333 140 70
Binary 100010 1101111 11111011 1010110 111000 0 10 11011011 1100000 111000

Color Harmonies of #226FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FFB

Black with #226FFB

Text Example


Text Example

White with #226FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,111,251); }

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

background-color css

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

 a { background-color: rgb(34,111,251); }

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

border-color css

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

 span { border-color: rgb(34,111,251); }

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