Html Css Color HEX #397DFD Dodger Blue

📋 copy color: '#397DFD'

red 57 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #397DFD

Tints of Dodger Blue #397DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 13.1%
G = 28.74%
B = 58.16%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#397DFD (or 0x397DFD) is known color: Dodger Blue. HEX triplet: 39, 7D and FD. RGB value is (57,125,253). Sum of RGB (Red+Green+Blue) = 57+125+253=435 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.10% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #397DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DFD is #C68202. Grayscale: #767676. Windows color (decimal): -13009411 or 16612665. OLE color: 16612665.

HSL color Cylindrical-coordinate representation of color #397DFD: hue angle of 219.18º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397DFD is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 125 253 -
CMYK 0.77 0.51 0 0.01
HSL 219.18º 0.98% 0.61% -
HSV(B) 219.18º 0.77% 0.99% -
XYZ 26.75 22.63 95.89 -
YUV 119.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 57 125 253 0.77 0.51 0 0.01 219.18 0.98 0.61
Hex 39 7D FD 4D 33 0 1 DB 62 3D
Octal 71 175 375 115 63 0 1 333 142 75
Binary 111001 1111101 11111101 1001101 110011 0 1 11011011 1100010 111101

Color Harmonies of #397DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DFD

Black with #397DFD

Text Example


Text Example

White with #397DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397DFD; }

 p { color: rgb(57,125,253); }

 H1.HeaderClassName
 {
   color: #397DFD;
 }
 .AnyTagClassName
 {
   color: #397DFD;
 }
</style>

background-color css

<style>
 a { background-color: #397DFD; }

 a { background-color: rgb(57,125,253); }

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

border-color css

<style>
 span { border-color: #397DFD; }

 span { border-color: rgb(57,125,253); }

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