Html Css Color HEX #388DE2 Dodger Blue

📋 copy color: '#388DE2'

red 56 ◦ green 141 ◦ blue 226

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

Shades of Dodger Blue #388DE2

Tints of Dodger Blue #388DE2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

 BLUE value IS 226 (88.67% from 255) = 53.43%

R = 13.24%
G = 33.33%
B = 53.43%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#388DE2 (or 0x388DE2) is known color: Dodger Blue. HEX triplet: 38, 8D and E2. RGB value is (56,141,226). Sum of RGB (Red+Green+Blue) = 56+141+226=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #388DE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DE2 is #C7721D. Grayscale: #7C7C7C. Windows color (decimal): -13070878 or 14847288. OLE color: 14847288.

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

Color convert

RGB 56 141 226 -
CMYK 0.75 0.38 0 0.11
HSL 210º 0.75% 0.55% -
HSV(B) 210º 0.75% 0.89% -
XYZ 24.88 25.38 75.54 -
YUV 125.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 56 141 226 0.75 0.38 0 0.11 210 0.75 0.55
Hex 38 8D E2 4B 26 0 B D2 4B 37
Octal 70 215 342 113 46 0 13 322 113 67
Binary 111000 10001101 11100010 1001011 100110 0 1011 11010010 1001011 110111

Color Harmonies of #388DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DE2

Black with #388DE2

Text Example


Text Example

White with #388DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,141,226); }

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

background-color css

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

 a { background-color: rgb(56,141,226); }

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

border-color css

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

 span { border-color: rgb(56,141,226); }

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