Html Css Color HEX #388CE1 Dodger Blue

📋 copy color: '#388CE1'

red 56 ◦ green 140 ◦ blue 225

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

Shades of Dodger Blue #388CE1

Tints of Dodger Blue #388CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 13.3%
G = 33.25%
B = 53.44%

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

#388CE1 (or 0x388CE1) is known color: Dodger Blue. HEX triplet: 38, 8C and E1. RGB value is (56,140,225). Sum of RGB (Red+Green+Blue) = 56+140+225=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #388CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CE1 is #C7731E. Grayscale: #7C7C7C. Windows color (decimal): -13071135 or 14781496. OLE color: 14781496.

HSL color Cylindrical-coordinate representation of color #388CE1: hue angle of 210.18º degrees, saturation: 0.74, 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 #388CE1 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 140 225 -
CMYK 0.75 0.38 0 0.12
HSL 210.18º 0.74% 0.55% -
HSV(B) 210.18º 0.75% 0.88% -
XYZ 24.6 25.03 74.77 -
YUV 124.57 184.67 79.09 -
System Red Green Blue C M Y K H S L
Decimal 56 140 225 0.75 0.38 0 0.12 210.18 0.74 0.55
Hex 38 8C E1 4B 26 0 C D2 4A 37
Octal 70 214 341 113 46 0 14 322 112 67
Binary 111000 10001100 11100001 1001011 100110 0 1100 11010010 1001010 110111

Color Harmonies of #388CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CE1

Black with #388CE1

Text Example


Text Example

White with #388CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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