Html Css Color HEX #388CE0 Dodger Blue

📋 copy color: '#388CE0'

red 56 ◦ green 140 ◦ blue 224

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

Shades of Dodger Blue #388CE0

Tints of Dodger Blue #388CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 13.33%
G = 33.33%
B = 53.33%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#388CE0 (or 0x388CE0) is known color: Dodger Blue. HEX triplet: 38, 8C and E0. RGB value is (56,140,224). Sum of RGB (Red+Green+Blue) = 56+140+224=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #388CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CE0 is #C7731F. Grayscale: #7C7C7C. Windows color (decimal): -13071136 or 14715960. OLE color: 14715960.

HSL color Cylindrical-coordinate representation of color #388CE0: hue angle of 210º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388CE0 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 140 224 -
CMYK 0.75 0.38 0 0.12
HSL 210º 0.73% 0.55% -
HSV(B) 210º 0.75% 0.88% -
XYZ 24.46 24.98 74.05 -
YUV 124.46 184.17 79.17 -
System Red Green Blue C M Y K H S L
Decimal 56 140 224 0.75 0.38 0 0.12 210 0.73 0.55
Hex 38 8C E0 4B 26 0 C D2 49 37
Octal 70 214 340 113 46 0 14 322 111 67
Binary 111000 10001100 11100000 1001011 100110 0 1100 11010010 1001001 110111

Color Harmonies of #388CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CE0

Black with #388CE0

Text Example


Text Example

White with #388CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,140,224); }

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

background-color css

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

 a { background-color: rgb(56,140,224); }

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

border-color css

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

 span { border-color: rgb(56,140,224); }

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