Html Css Color HEX #387FFE Dodger Blue

📋 copy color: '#387FFE'

red 56 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #387FFE

Tints of Dodger Blue #387FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 12.81%
G = 29.06%
B = 58.12%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#387FFE (or 0x387FFE) is known color: Dodger Blue. HEX triplet: 38, 7F and FE. RGB value is (56,127,254). Sum of RGB (Red+Green+Blue) = 56+127+254=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #387FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FFE is #C78001. Grayscale: #777777. Windows color (decimal): -13074434 or 16678712. OLE color: 16678712.

HSL color Cylindrical-coordinate representation of color #387FFE: hue angle of 218.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387FFE is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 127 254 -
CMYK 0.78 0.50 0 0.00
HSL 218.48º 0.99% 0.61% -
HSV(B) 218.48º 0.78% 1% -
XYZ 27.11 23.18 96.81 -
YUV 120.25 203.48 82.17 -
System Red Green Blue C M Y K H S L
Decimal 56 127 254 0.78 0.50 0 0.00 218.48 0.99 0.61
Hex 38 7F FE 4E 32 0 0 DA 63 3D
Octal 70 177 376 116 62 0 0 332 143 75
Binary 111000 1111111 11111110 1001110 110010 0 0 11011010 1100011 111101

Color Harmonies of #387FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FFE

Black with #387FFE

Text Example


Text Example

White with #387FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,254); }

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

background-color css

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

 a { background-color: rgb(56,127,254); }

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

border-color css

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

 span { border-color: rgb(56,127,254); }

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