Html Css Color HEX #387DFF Dodger Blue

📋 copy color: '#387DFF'

red 56 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #387DFF

Tints of Dodger Blue #387DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.67%

 BLUE value IS 255 (100% from 255) = 58.49%

R = 12.84%
G = 28.67%
B = 58.49%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#387DFF (or 0x387DFF) is known color: Dodger Blue. HEX triplet: 38, 7D and FF. RGB value is (56,125,255). Sum of RGB (Red+Green+Blue) = 56+125+255=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #387DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387DFF is #C78200. Grayscale: #767676. Windows color (decimal): -13074945 or 16743736. OLE color: 16743736.

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

Color convert

RGB 56 125 255 -
CMYK 0.78 0.51 0 0
HSL 219.2º 1% 0.61% -
HSV(B) 219.2º 0.78% 1% -
XYZ 27.01 22.73 97.57 -
YUV 119.19 204.64 82.93 -
System Red Green Blue C M Y K H S L
Decimal 56 125 255 0.78 0.51 0 0 219.2 1 0.61
Hex 38 7D FF 4E 33 0 0 DB 64 3D
Octal 70 175 377 116 63 0 0 333 144 75
Binary 111000 1111101 11111111 1001110 110011 0 0 11011011 1100100 111101

Color Harmonies of #387DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DFF

Black with #387DFF

Text Example


Text Example

White with #387DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,125,255); }

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

background-color css

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

 a { background-color: rgb(56,125,255); }

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

border-color css

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

 span { border-color: rgb(56,125,255); }

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