Html Css Color HEX #388BEE Dodger Blue

📋 copy color: '#388BEE'

red 56 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #388BEE

Tints of Dodger Blue #388BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 12.93%
G = 32.1%
B = 54.97%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#388BEE (or 0x388BEE) is known color: Dodger Blue. HEX triplet: 38, 8B and EE. RGB value is (56,139,238). Sum of RGB (Red+Green+Blue) = 56+139+238=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #388BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BEE is #C77411. Grayscale: #7C7C7C. Windows color (decimal): -13071378 or 15633208. OLE color: 15633208.

HSL color Cylindrical-coordinate representation of color #388BEE: hue angle of 212.64º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388BEE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 139 238 -
CMYK 0.76 0.42 0 0.07
HSL 212.64º 0.84% 0.58% -
HSV(B) 212.64º 0.76% 0.93% -
XYZ 26.3 25.48 84.42 -
YUV 125.47 191.5 78.45 -
System Red Green Blue C M Y K H S L
Decimal 56 139 238 0.76 0.42 0 0.07 212.64 0.84 0.58
Hex 38 8B EE 4C 2A 0 7 D5 54 3A
Octal 70 213 356 114 52 0 7 325 124 72
Binary 111000 10001011 11101110 1001100 101010 0 111 11010101 1010100 111010

Color Harmonies of #388BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BEE

Black with #388BEE

Text Example


Text Example

White with #388BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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