Html Css Color HEX #387EFC Dodger Blue

📋 copy color: '#387EFC'

red 56 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #387EFC

Tints of Dodger Blue #387EFC

RGB

 RED value IS 56 (22.27% from 255) = 12.9%

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 12.9%
G = 29.03%
B = 58.06%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#387EFC (or 0x387EFC) is known color: Dodger Blue. HEX triplet: 38, 7E and FC. RGB value is (56,126,252). Sum of RGB (Red+Green+Blue) = 56+126+252=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #387EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387EFC is #C78103. Grayscale: #767676. Windows color (decimal): -13074692 or 16547384. OLE color: 16547384.

HSL color Cylindrical-coordinate representation of color #387EFC: hue angle of 218.57º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387EFC is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 126 252 -
CMYK 0.78 0.5 0 0.01
HSL 218.57º 0.97% 0.6% -
HSV(B) 218.57º 0.78% 0.99% -
XYZ 26.66 22.79 95.09 -
YUV 119.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 56 126 252 0.78 0.5 0 0.01 218.57 0.97 0.6
Hex 38 7E FC 4E 32 0 1 DB 61 3C
Octal 70 176 374 116 62 0 1 333 141 74
Binary 111000 1111110 11111100 1001110 110010 0 1 11011011 1100001 111100

Color Harmonies of #387EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EFC

Black with #387EFC

Text Example


Text Example

White with #387EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387EFC; }

 p { color: rgb(56,126,252); }

 H1.HeaderClassName
 {
   color: #387EFC;
 }
 .AnyTagClassName
 {
   color: #387EFC;
 }
</style>

background-color css

<style>
 a { background-color: #387EFC; }

 a { background-color: rgb(56,126,252); }

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

border-color css

<style>
 span { border-color: #387EFC; }

 span { border-color: rgb(56,126,252); }

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