Html Css Color HEX #388BE0 Dodger Blue

📋 copy color: '#388BE0'

red 56 ◦ green 139 ◦ blue 224

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

Shades of Dodger Blue #388BE0

Tints of Dodger Blue #388BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

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

R = 13.37%
G = 33.17%
B = 53.46%

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

#388BE0 (or 0x388BE0) is known color: Dodger Blue. HEX triplet: 38, 8B and E0. RGB value is (56,139,224). Sum of RGB (Red+Green+Blue) = 56+139+224=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #388BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BE0 is #C7741F. Grayscale: #7B7B7B. Windows color (decimal): -13071392 or 14715704. OLE color: 14715704.

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

Color convert

RGB 56 139 224 -
CMYK 0.75 0.38 0 0.12
HSL 210.36º 0.73% 0.55% -
HSV(B) 210.36º 0.75% 0.88% -
XYZ 24.32 24.69 74 -
YUV 123.87 184.5 79.59 -
System Red Green Blue C M Y K H S L
Decimal 56 139 224 0.75 0.38 0 0.12 210.36 0.73 0.55
Hex 38 8B E0 4B 26 0 C D2 49 37
Octal 70 213 340 113 46 0 14 322 111 67
Binary 111000 10001011 11100000 1001011 100110 0 1100 11010010 1001001 110111

Color Harmonies of #388BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BE0

Black with #388BE0

Text Example


Text Example

White with #388BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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