Html Css Color HEX #388DFB Dodger Blue

📋 copy color: '#388DFB'

red 56 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #388DFB

Tints of Dodger Blue #388DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 12.5%
G = 31.47%
B = 56.03%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#388DFB (or 0x388DFB) is known color: Dodger Blue. HEX triplet: 38, 8D and FB. RGB value is (56,141,251). Sum of RGB (Red+Green+Blue) = 56+141+251=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #388DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388DFB is #C77204. Grayscale: #7F7F7F. Windows color (decimal): -13070853 or 16485688. OLE color: 16485688.

HSL color Cylindrical-coordinate representation of color #388DFB: hue angle of 213.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388DFB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 141 251 -
CMYK 0.78 0.44 0 0.02
HSL 213.85º 0.96% 0.6% -
HSV(B) 213.85º 0.78% 0.98% -
XYZ 28.57 26.86 94.94 -
YUV 128.13 197.34 76.56 -
System Red Green Blue C M Y K H S L
Decimal 56 141 251 0.78 0.44 0 0.02 213.85 0.96 0.6
Hex 38 8D FB 4E 2C 0 2 D6 60 3C
Octal 70 215 373 116 54 0 2 326 140 74
Binary 111000 10001101 11111011 1001110 101100 0 10 11010110 1100000 111100

Color Harmonies of #388DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DFB

Black with #388DFB

Text Example


Text Example

White with #388DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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