Html Css Color HEX #388FEF Dodger Blue

📋 copy color: '#388FEF'

red 56 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #388FEF

Tints of Dodger Blue #388FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 12.79%
G = 32.65%
B = 54.57%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#388FEF (or 0x388FEF) is known color: Dodger Blue. HEX triplet: 38, 8F and EF. RGB value is (56,143,239). Sum of RGB (Red+Green+Blue) = 56+143+239=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #388FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FEF is #C77010. Grayscale: #7F7F7F. Windows color (decimal): -13070353 or 15699768. OLE color: 15699768.

HSL color Cylindrical-coordinate representation of color #388FEF: hue angle of 211.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388FEF is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 143 239 -
CMYK 0.77 0.40 0 0.06
HSL 211.48º 0.85% 0.58% -
HSV(B) 211.48º 0.77% 0.94% -
XYZ 27.03 26.72 85.39 -
YUV 127.93 190.68 76.69 -
System Red Green Blue C M Y K H S L
Decimal 56 143 239 0.77 0.40 0 0.06 211.48 0.85 0.58
Hex 38 8F EF 4D 28 0 6 D3 55 3A
Octal 70 217 357 115 50 0 6 323 125 72
Binary 111000 10001111 11101111 1001101 101000 0 110 11010011 1010101 111010

Color Harmonies of #388FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FEF

Black with #388FEF

Text Example


Text Example

White with #388FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388FEF; }

 p { color: rgb(56,143,239); }

 H1.HeaderClassName
 {
   color: #388FEF;
 }
 .AnyTagClassName
 {
   color: #388FEF;
 }
</style>

background-color css

<style>
 a { background-color: #388FEF; }

 a { background-color: rgb(56,143,239); }

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

border-color css

<style>
 span { border-color: #388FEF; }

 span { border-color: rgb(56,143,239); }

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