#226EFB

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

Shades of Dodger Blue #226EFB

Tints of Dodger Blue #226EFB

Color information

#226EFB (or 0x226EFB) is unknown color: approx Dodger Blue. HEX triplet: 22, 6E and FB. RGB value is (34,110,251). Sum of RGB (Red+Green+Blue) = 34+110+251=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #226EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226EFB is #DD9104. Grayscale: #666666. Windows color (decimal): -14520581 or 16477730. OLE color: 16477730.

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

Color convert

RGB34110251-
CMYK0.860.5600.02
HSL218.99º96.44%55.88%-
HSV(B)218.99º86.45%98.43%-
XYZ23.6518.4693.58-
YUV103.35211.3278.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.61%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 251 (98.44% from 255) = 63.54%
R=8.61%
G=27.85%
B=63.54%

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
Decimal341102510.860.5600.02218.9996.4455.88
Hex226EFB563802db6038
Octal42156373126700233314070
Binary1000101101110111110111010110111000010110110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #226EFB;
 }
 .AnyTagClassName
 {
   color: #226EFB;
 }
</style>
background-color css

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

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

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

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

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

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