Html Css Color HEX #3395FF Dodger Blue

📋 copy color: '#3395FF'

red 51 ◦ green 149 ◦ blue 255

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

Shades of Dodger Blue #3395FF

Tints of Dodger Blue #3395FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.75%

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

R = 11.21%
G = 32.75%
B = 56.04%

CMYK

 C value IS 0.8

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3395FF (or 0x3395FF) is known color: Dodger Blue. HEX triplet: 33, 95 and FF. RGB value is (51,149,255). Sum of RGB (Red+Green+Blue) = 51+149+255=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #3395FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3395FF is #CC6A00. Grayscale: #838383. Windows color (decimal): -13396481 or 16749875. OLE color: 16749875.

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

Color convert

RGB 51 149 255 -
CMYK 0.8 0.42 0 0
HSL 211.18º 1% 0.6% -
HSV(B) 211.18º 0.8% 1% -
XYZ 30.16 29.42 98.7 -
YUV 131.78 197.53 70.38 -
System Red Green Blue C M Y K H S L
Decimal 51 149 255 0.8 0.42 0 0 211.18 1 0.6
Hex 33 95 FF 50 2A 0 0 D3 64 3C
Octal 63 225 377 120 52 0 0 323 144 74
Binary 110011 10010101 11111111 1010000 101010 0 0 11010011 1100100 111100

Color Harmonies of #3395FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395FF

Black with #3395FF

Text Example


Text Example

White with #3395FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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