#226FFB

Color #226FFB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #226FFB

Tints of Dodger Blue #226FFB

Color information

#226FFB (or 0x226FFB) is unknown color: approx 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

RGB34111251-
CMYK0.860.5600.02
HSL218.71º96.44%55.88%-
HSV(B)218.71º86.45%98.43%-
XYZ23.7618.6793.62-
YUV103.94210.9978.12-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal341112510.860.5600.02218.7196.4455.88
Hex226FFB563802db6038
Octal42157373126700233314070
Binary1000101101111111110111010110111000010110110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>