Html Css Color HEX #388BE7 Dodger Blue

📋 copy color: '#388BE7'

red 56 ◦ green 139 ◦ blue 231

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

Shades of Dodger Blue #388BE7

Tints of Dodger Blue #388BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.23%

R = 13.15%
G = 32.63%
B = 54.23%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#388BE7 (or 0x388BE7) is known color: Dodger Blue. HEX triplet: 38, 8B and E7. RGB value is (56,139,231). Sum of RGB (Red+Green+Blue) = 56+139+231=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #388BE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BE7 is #C77418. Grayscale: #7C7C7C. Windows color (decimal): -13071385 or 15174456. OLE color: 15174456.

HSL color Cylindrical-coordinate representation of color #388BE7: hue angle of 211.54º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388BE7 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 139 231 -
CMYK 0.76 0.40 0 0.09
HSL 211.54º 0.78% 0.56% -
HSV(B) 211.54º 0.76% 0.91% -
XYZ 25.29 25.08 79.11 -
YUV 124.67 188 79.02 -
System Red Green Blue C M Y K H S L
Decimal 56 139 231 0.76 0.40 0 0.09 211.54 0.78 0.56
Hex 38 8B E7 4C 28 0 9 D4 4E 38
Octal 70 213 347 114 50 0 11 324 116 70
Binary 111000 10001011 11100111 1001100 101000 0 1001 11010100 1001110 111000

Color Harmonies of #388BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BE7

Black with #388BE7

Text Example


Text Example

White with #388BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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