Html Css Color HEX #3396FF Dodger Blue

📋 copy color: '#3396FF'

red 51 ◦ green 150 ◦ blue 255

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

Shades of Dodger Blue #3396FF

Tints of Dodger Blue #3396FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

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

R = 11.18%
G = 32.89%
B = 55.92%

CMYK

 C value IS 0.8

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3396FF (or 0x3396FF) is known color: Dodger Blue. HEX triplet: 33, 96 and FF. RGB value is (51,150,255). Sum of RGB (Red+Green+Blue) = 51+150+255=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #3396FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3396FF is #CC6900. Grayscale: #838383. Windows color (decimal): -13396225 or 16750131. OLE color: 16750131.

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

Color convert

RGB 51 150 255 -
CMYK 0.8 0.41 0 0
HSL 210.88º 1% 0.6% -
HSV(B) 210.88º 0.8% 1% -
XYZ 30.32 29.74 98.75 -
YUV 132.37 197.2 69.96 -
System Red Green Blue C M Y K H S L
Decimal 51 150 255 0.8 0.41 0 0 210.88 1 0.6
Hex 33 96 FF 50 29 0 0 D3 64 3C
Octal 63 226 377 120 51 0 0 323 144 74
Binary 110011 10010110 11111111 1010000 101001 0 0 11010011 1100100 111100

Color Harmonies of #3396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3396FF

Black with #3396FF

Text Example


Text Example

White with #3396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3396FF; }

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

 H1.HeaderClassName
 {
   color: #3396FF;
 }
 .AnyTagClassName
 {
   color: #3396FF;
 }
</style>

background-color css

<style>
 a { background-color: #3396FF; }

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

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

border-color css

<style>
 span { border-color: #3396FF; }

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

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