Html Css Color HEX #387EFB Dodger Blue

📋 copy color: '#387EFB'

red 56 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #387EFB

Tints of Dodger Blue #387EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.97%

R = 12.93%
G = 29.1%
B = 57.97%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#387EFB (or 0x387EFB) is known color: Dodger Blue. HEX triplet: 38, 7E and FB. RGB value is (56,126,251). Sum of RGB (Red+Green+Blue) = 56+126+251=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #387EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387EFB is #C78104. Grayscale: #767676. Windows color (decimal): -13074693 or 16481848. OLE color: 16481848.

HSL color Cylindrical-coordinate representation of color #387EFB: hue angle of 218.46º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387EFB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 126 251 -
CMYK 0.78 0.50 0 0.02
HSL 218.46º 0.96% 0.6% -
HSV(B) 218.46º 0.78% 0.98% -
XYZ 26.5 22.73 94.26 -
YUV 119.32 202.31 82.84 -
System Red Green Blue C M Y K H S L
Decimal 56 126 251 0.78 0.50 0 0.02 218.46 0.96 0.6
Hex 38 7E FB 4E 32 0 2 DA 60 3C
Octal 70 176 373 116 62 0 2 332 140 74
Binary 111000 1111110 11111011 1001110 110010 0 10 11011010 1100000 111100

Color Harmonies of #387EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EFB

Black with #387EFB

Text Example


Text Example

White with #387EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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