Html Css Color HEX #388CF8 Dodger Blue

📋 copy color: '#388CF8'

red 56 ◦ green 140 ◦ blue 248

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

Shades of Dodger Blue #388CF8

Tints of Dodger Blue #388CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

 BLUE value IS 248 (97.27% from 255) = 55.86%

R = 12.61%
G = 31.53%
B = 55.86%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#388CF8 (or 0x388CF8) is known color: Dodger Blue. HEX triplet: 38, 8C and F8. RGB value is (56,140,248). Sum of RGB (Red+Green+Blue) = 56+140+248=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #388CF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CF8 is #C77307. Grayscale: #7E7E7E. Windows color (decimal): -13071112 or 16288824. OLE color: 16288824.

HSL color Cylindrical-coordinate representation of color #388CF8: hue angle of 213.75º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388CF8 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 140 248 -
CMYK 0.77 0.44 0 0.03
HSL 213.75º 0.93% 0.6% -
HSV(B) 213.75º 0.77% 0.97% -
XYZ 27.95 26.37 92.42 -
YUV 127.2 196.17 77.22 -
System Red Green Blue C M Y K H S L
Decimal 56 140 248 0.77 0.44 0 0.03 213.75 0.93 0.6
Hex 38 8C F8 4D 2C 0 3 D6 5D 3C
Octal 70 214 370 115 54 0 3 326 135 74
Binary 111000 10001100 11111000 1001101 101100 0 11 11010110 1011101 111100

Color Harmonies of #388CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CF8

Black with #388CF8

Text Example


Text Example

White with #388CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,140,248); }

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

background-color css

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

 a { background-color: rgb(56,140,248); }

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

border-color css

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

 span { border-color: rgb(56,140,248); }

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