#33A0FE

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

Shades of Dodger Blue #33A0FE

Tints of Dodger Blue #33A0FE

Color information

#33A0FE (or 0x33A0FE) is unknown color: approx Dodger Blue. HEX triplet: 33, A0 and FE. RGB value is (51,160,254). Sum of RGB (Red+Green+Blue) = 51+160+254=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #33A0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A0FE is #CC5F01. Grayscale: #898989. Windows color (decimal): -13393666 or 16687155. OLE color: 16687155.

HSL color Cylindrical-coordinate representation of color #33A0FE: hue angle of 207.78º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A0FE is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB51160254-
CMYK0.800.3700.00
HSL207.78º99.02%59.8%-
HSV(B)207.78º79.92%99.61%-
XYZ31.833398.46-
YUV138.12193.3965.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.97%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 254 (99.61% from 255) = 54.62%
R=10.97%
G=34.41%
B=54.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal511602540.800.3700.00207.7899.0259.8
Hex33A0FE502500d0633c
Octal63240376120450032014374
Binary1100111010000011111110101000010010100110100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A0FE; }

 p { color: rgb(51,160,254); }

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

<style>
 a { background-color: #33A0FE; }

 a { background-color: rgb(51,160,254); }

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

<style>
 span { border-color: #33A0FE; }

 span { border-color: rgb(51,160,254); }

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