Html Css Color HEX #397EFD Dodger Blue

📋 copy color: '#397EFD'

red 57 ◦ green 126 ◦ blue 253

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

Shades of Dodger Blue #397EFD

Tints of Dodger Blue #397EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

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

R = 13.07%
G = 28.9%
B = 58.03%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#397EFD (or 0x397EFD) is known color: Dodger Blue. HEX triplet: 39, 7E and FD. RGB value is (57,126,253). Sum of RGB (Red+Green+Blue) = 57+126+253=436 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.07% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #397EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EFD is #C68102. Grayscale: #777777. Windows color (decimal): -13009155 or 16612921. OLE color: 16612921.

HSL color Cylindrical-coordinate representation of color #397EFD: hue angle of 218.88º 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 #397EFD is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 126 253 -
CMYK 0.77 0.50 0 0.01
HSL 218.88º 0.98% 0.61% -
HSV(B) 218.88º 0.77% 0.99% -
XYZ 26.88 22.88 95.93 -
YUV 119.85 203.14 83.17 -
System Red Green Blue C M Y K H S L
Decimal 57 126 253 0.77 0.50 0 0.01 218.88 0.98 0.61
Hex 39 7E FD 4D 32 0 1 DB 62 3D
Octal 71 176 375 115 62 0 1 333 142 75
Binary 111001 1111110 11111101 1001101 110010 0 1 11011011 1100010 111101

Color Harmonies of #397EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EFD

Black with #397EFD

Text Example


Text Example

White with #397EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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