Html Css Color HEX #387CFD Dodger Blue

📋 copy color: '#387CFD'

red 56 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #387CFD

Tints of Dodger Blue #387CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

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

R = 12.93%
G = 28.64%
B = 58.43%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#387CFD (or 0x387CFD) is known color: Dodger Blue. HEX triplet: 38, 7C and FD. RGB value is (56,124,253). Sum of RGB (Red+Green+Blue) = 56+124+253=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #387CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CFD is #C78302. Grayscale: #757575. Windows color (decimal): -13075203 or 16612408. OLE color: 16612408.

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

Color convert

RGB 56 124 253 -
CMYK 0.78 0.51 0 0.01
HSL 219.29º 0.98% 0.61% -
HSV(B) 219.29º 0.78% 0.99% -
XYZ 26.57 22.35 95.84 -
YUV 118.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 56 124 253 0.78 0.51 0 0.01 219.29 0.98 0.61
Hex 38 7C FD 4E 33 0 1 DB 62 3D
Octal 70 174 375 116 63 0 1 333 142 75
Binary 111000 1111100 11111101 1001110 110011 0 1 11011011 1100010 111101

Color Harmonies of #387CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CFD

Black with #387CFD

Text Example


Text Example

White with #387CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,124,253); }

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

background-color css

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

 a { background-color: rgb(56,124,253); }

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

border-color css

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

 span { border-color: rgb(56,124,253); }

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