Html Css Color HEX #388FEC Dodger Blue

📋 copy color: '#388FEC'

red 56 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #388FEC

Tints of Dodger Blue #388FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.25%

R = 12.87%
G = 32.87%
B = 54.25%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#388FEC (or 0x388FEC) is known color: Dodger Blue. HEX triplet: 38, 8F and EC. RGB value is (56,143,236). Sum of RGB (Red+Green+Blue) = 56+143+236=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #388FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FEC is #C77013. Grayscale: #7F7F7F. Windows color (decimal): -13070356 or 15503160. OLE color: 15503160.

HSL color Cylindrical-coordinate representation of color #388FEC: hue angle of 211º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388FEC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 143 236 -
CMYK 0.76 0.39 0 0.07
HSL 211º 0.83% 0.57% -
HSV(B) 211º 0.76% 0.93% -
XYZ 26.59 26.54 83.08 -
YUV 127.59 189.18 76.94 -
System Red Green Blue C M Y K H S L
Decimal 56 143 236 0.76 0.39 0 0.07 211 0.83 0.57
Hex 38 8F EC 4C 27 0 7 D3 53 39
Octal 70 217 354 114 47 0 7 323 123 71
Binary 111000 10001111 11101100 1001100 100111 0 111 11010011 1010011 111001

Color Harmonies of #388FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FEC

Black with #388FEC

Text Example


Text Example

White with #388FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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