#33A1FF

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

Shades of Dodger Blue #33A1FF

Tints of Dodger Blue #33A1FF

Color information

#33A1FF (or 0x33A1FF) is unknown color: approx Dodger Blue. HEX triplet: 33, A1 and FF. RGB value is (51,161,255). Sum of RGB (Red+Green+Blue) = 51+161+255=467 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.92% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #33A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A1FF is #CC5E00. Grayscale: #8A8A8A. Windows color (decimal): -13393409 or 16752947. OLE color: 16752947.

HSL color Cylindrical-coordinate representation of color #33A1FF: hue angle of 207.65º 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 #33A1FF is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51161255-
CMYK0.80.3700
HSL207.65º100%60%-
HSV(B)207.65º80%100%-
XYZ32.1633.4199.36-
YUV138.83193.5665.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.92%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 255 (100% from 255) = 54.60%
R=10.92%
G=34.48%
B=54.60%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511612550.80.3700207.6510060
Hex33A1FF502500d0643c
Octal63241377120450032014474
Binary1100111010000111111111101000010010100110100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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