#33A4FF

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

Shades of Dodger Blue #33A4FF

Tints of Dodger Blue #33A4FF

Color information

#33A4FF (or 0x33A4FF) is unknown color: approx Dodger Blue. HEX triplet: 33, A4 and FF. RGB value is (51,164,255). Sum of RGB (Red+Green+Blue) = 51+164+255=470 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.85% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #33A4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A4FF is #CC5B00. Grayscale: #8C8C8C. Windows color (decimal): -13392641 or 16753715. OLE color: 16753715.

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

Color convert

RGB51164255-
CMYK0.80.3600
HSL206.76º100%60%-
HSV(B)206.76º80%100%-
XYZ32.6934.4799.54-
YUV140.59192.5664.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.85%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 255 (100% from 255) = 54.26%
R=10.85%
G=34.89%
B=54.26%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511642550.80.3600206.7610060
Hex33A4FF502400cf643c
Octal63244377120440031714474
Binary1100111010010011111111101000010010000110011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,164,255); }

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

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

 a { background-color: rgb(51,164,255); }

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

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

 span { border-color: rgb(51,164,255); }

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