#33A5FA

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

Shades of Dodger Blue #33A5FA

Tints of Dodger Blue #33A5FA

Color information

#33A5FA (or 0x33A5FA) is unknown color: approx Dodger Blue. HEX triplet: 33, A5 and FA. RGB value is (51,165,250). Sum of RGB (Red+Green+Blue) = 51+165+250=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #33A5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A5FA is #CC5A05. Grayscale: #8C8C8C. Windows color (decimal): -13392390 or 16426291. OLE color: 16426291.

HSL color Cylindrical-coordinate representation of color #33A5FA: hue angle of 205.63º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33A5FA is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51165250-
CMYK0.800.3400.02
HSL205.63º95.22%59.02%-
HSV(B)205.63º79.6%98.04%-
XYZ32.0834.5295.41-
YUV140.6189.7364.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.94%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 250 (98.05% from 255) = 53.65%
R=10.94%
G=35.41%
B=53.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal511652500.800.3400.02205.6395.2259.02
Hex33A5FA502202ce5f3b
Octal63245372120420231613773
Binary11001110100101111110101010000100010010110011101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,165,250); }

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

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

 a { background-color: rgb(51,165,250); }

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

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

 span { border-color: rgb(51,165,250); }

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