Html Css Color HEX #3985FF Dodger Blue

📋 copy color: '#3985FF'

red 57 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #3985FF

Tints of Dodger Blue #3985FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 12.81%
G = 29.89%
B = 57.3%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3985FF (or 0x3985FF) is known color: Dodger Blue. HEX triplet: 39, 85 and FF. RGB value is (57,133,255). Sum of RGB (Red+Green+Blue) = 57+133+255=445 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.81% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #3985FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3985FF is #C67A00. Grayscale: #7B7B7B. Windows color (decimal): -13007361 or 16745785. OLE color: 16745785.

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

Color convert

RGB 57 133 255 -
CMYK 0.78 0.48 0 0
HSL 216.97º 1% 0.61% -
HSV(B) 216.97º 0.78% 1% -
XYZ 28.12 24.86 97.92 -
YUV 124.18 201.82 80.08 -
System Red Green Blue C M Y K H S L
Decimal 57 133 255 0.78 0.48 0 0 216.97 1 0.61
Hex 39 85 FF 4E 30 0 0 D9 64 3D
Octal 71 205 377 116 60 0 0 331 144 75
Binary 111001 10000101 11111111 1001110 110000 0 0 11011001 1100100 111101

Color Harmonies of #3985FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3985FF

Black with #3985FF

Text Example


Text Example

White with #3985FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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