#33A2F7

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

Shades of Dodger Blue #33A2F7

Tints of Dodger Blue #33A2F7

Color information

#33A2F7 (or 0x33A2F7) is unknown color: approx Dodger Blue. HEX triplet: 33, A2 and F7. RGB value is (51,162,247). Sum of RGB (Red+Green+Blue) = 51+162+247=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #33A2F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A2F7 is #CC5D08. Grayscale: #8A8A8A. Windows color (decimal): -13393161 or 16228915. OLE color: 16228915.

HSL color Cylindrical-coordinate representation of color #33A2F7: hue angle of 206.02º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33A2F7 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB51162247-
CMYK0.790.3400.03
HSL206.02º92.45%58.43%-
HSV(B)206.02º79.35%96.86%-
XYZ31.0733.2692.78-
YUV138.5189.2365.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.09%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 247 (96.88% from 255) = 53.70%
R=11.09%
G=35.22%
B=53.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal511622470.790.3400.03206.0292.4558.43
Hex33A2F74F2203ce5c3a
Octal63242367117420331613472
Binary11001110100010111101111001111100010011110011101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,162,247); }

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

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

 a { background-color: rgb(51,162,247); }

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

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

 span { border-color: rgb(51,162,247); }

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