Html Css Color HEX #388CFC Dodger Blue

📋 copy color: '#388CFC'

red 56 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #388CFC

Tints of Dodger Blue #388CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 12.5%
G = 31.25%
B = 56.25%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#388CFC (or 0x388CFC) is known color: Dodger Blue. HEX triplet: 38, 8C and FC. RGB value is (56,140,252). Sum of RGB (Red+Green+Blue) = 56+140+252=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #388CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CFC is #C77303. Grayscale: #7F7F7F. Windows color (decimal): -13071108 or 16550968. OLE color: 16550968.

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

Color convert

RGB 56 140 252 -
CMYK 0.78 0.44 0 0.01
HSL 214.29º 0.97% 0.6% -
HSV(B) 214.29º 0.78% 0.99% -
XYZ 28.58 26.63 95.73 -
YUV 127.65 198.17 76.89 -
System Red Green Blue C M Y K H S L
Decimal 56 140 252 0.78 0.44 0 0.01 214.29 0.97 0.6
Hex 38 8C FC 4E 2C 0 1 D6 61 3C
Octal 70 214 374 116 54 0 1 326 141 74
Binary 111000 10001100 11111100 1001110 101100 0 1 11010110 1100001 111100

Color Harmonies of #388CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CFC

Black with #388CFC

Text Example


Text Example

White with #388CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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