Html Css Color HEX #388BFF Dodger Blue

📋 copy color: '#388BFF'

red 56 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #388BFF

Tints of Dodger Blue #388BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 12.44%
G = 30.89%
B = 56.67%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#388BFF (or 0x388BFF) is known color: Dodger Blue. HEX triplet: 38, 8B and FF. RGB value is (56,139,255). Sum of RGB (Red+Green+Blue) = 56+139+255=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #388BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BFF is #C77400. Grayscale: #7E7E7E. Windows color (decimal): -13071361 or 16747320. OLE color: 16747320.

HSL color Cylindrical-coordinate representation of color #388BFF: hue angle of 214.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388BFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 139 255 -
CMYK 0.78 0.45 0 0
HSL 214.97º 1% 0.61% -
HSV(B) 214.97º 0.78% 1% -
XYZ 28.91 26.53 98.2 -
YUV 127.41 200 77.07 -
System Red Green Blue C M Y K H S L
Decimal 56 139 255 0.78 0.45 0 0 214.97 1 0.61
Hex 38 8B FF 4E 2D 0 0 D7 64 3D
Octal 70 213 377 116 55 0 0 327 144 75
Binary 111000 10001011 11111111 1001110 101101 0 0 11010111 1100100 111101

Color Harmonies of #388BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BFF

Black with #388BFF

Text Example


Text Example

White with #388BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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