Html Css Color HEX #3995FF Dodger Blue

📋 copy color: '#3995FF'

red 57 ◦ green 149 ◦ blue 255

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

Shades of Dodger Blue #3995FF

Tints of Dodger Blue #3995FF

RGB

 RED value IS 57 (22.66% from 255) = 12.36%

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

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

R = 12.36%
G = 32.32%
B = 55.31%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3995FF (or 0x3995FF) is known color: Dodger Blue. HEX triplet: 39, 95 and FF. RGB value is (57,149,255). Sum of RGB (Red+Green+Blue) = 57+149+255=461 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.36% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #3995FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3995FF is #C66A00. Grayscale: #858585. Windows color (decimal): -13003265 or 16749881. OLE color: 16749881.

HSL color Cylindrical-coordinate representation of color #3995FF: hue angle of 212.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3995FF is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 57 149 255 -
CMYK 0.78 0.42 0 0
HSL 212.12º 1% 0.61% -
HSV(B) 212.12º 0.78% 1% -
XYZ 30.48 29.58 98.71 -
YUV 133.58 196.52 73.38 -
System Red Green Blue C M Y K H S L
Decimal 57 149 255 0.78 0.42 0 0 212.12 1 0.61
Hex 39 95 FF 4E 2A 0 0 D4 64 3D
Octal 71 225 377 116 52 0 0 324 144 75
Binary 111001 10010101 11111111 1001110 101010 0 0 11010100 1100100 111101

Color Harmonies of #3995FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3995FF

Black with #3995FF

Text Example


Text Example

White with #3995FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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