Html Css Color HEX #33AAFF Dodger Blue

📋 copy color: '#33AAFF'

red 51 ◦ green 170 ◦ blue 255

#33AAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #33AAFF

Tints of Dodger Blue #33AAFF

RGB

 RED value IS 51 (20.31% from 255) = 10.71%

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 255 (100% from 255) = 53.57%

R = 10.71%
G = 35.71%
B = 53.57%

CMYK

 C value IS 0.8

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#33AAFF (or 0x33AAFF) is known color: Dodger Blue. HEX triplet: 33, AA and FF. RGB value is (51,170,255). Sum of RGB (Red+Green+Blue) = 51+170+255=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #33AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33AAFF is #CC5500. Grayscale: #8F8F8F. Windows color (decimal): -13391105 or 16755251. OLE color: 16755251.

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

Color convert

RGB 51 170 255 -
CMYK 0.8 0.33 0 0
HSL 205º 1% 0.6% -
HSV(B) 205º 0.8% 1% -
XYZ 33.79 36.67 99.91 -
YUV 144.11 190.58 61.59 -
System Red Green Blue C M Y K H S L
Decimal 51 170 255 0.8 0.33 0 0 205 1 0.6
Hex 33 AA FF 50 21 0 0 CD 64 3C
Octal 63 252 377 120 41 0 0 315 144 74
Binary 110011 10101010 11111111 1010000 100001 0 0 11001101 1100100 111100

Color Harmonies of #33AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AAFF

Black with #33AAFF

Text Example


Text Example

White with #33AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33AAFF;
 }
 .AnyTagClassName
 {
   color: #33AAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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