Html Css Color HEX #388DFC Dodger Blue

📋 copy color: '#388DFC'

red 56 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #388DFC

Tints of Dodger Blue #388DFC

RGB

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

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

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

R = 12.47%
G = 31.4%
B = 56.12%

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

#388DFC (or 0x388DFC) is known color: Dodger Blue. HEX triplet: 38, 8D and FC. RGB value is (56,141,252). Sum of RGB (Red+Green+Blue) = 56+141+252=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #388DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388DFC is #C77203. Grayscale: #7F7F7F. Windows color (decimal): -13070852 or 16551224. OLE color: 16551224.

HSL color Cylindrical-coordinate representation of color #388DFC: hue angle of 213.98º 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 #388DFC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 141 252 -
CMYK 0.78 0.44 0 0.01
HSL 213.98º 0.97% 0.6% -
HSV(B) 213.98º 0.78% 0.99% -
XYZ 28.73 26.92 95.78 -
YUV 128.24 197.84 76.47 -
System Red Green Blue C M Y K H S L
Decimal 56 141 252 0.78 0.44 0 0.01 213.98 0.97 0.6
Hex 38 8D FC 4E 2C 0 1 D6 61 3C
Octal 70 215 374 116 54 0 1 326 141 74
Binary 111000 10001101 11111100 1001110 101100 0 1 11010110 1100001 111100

Color Harmonies of #388DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DFC

Black with #388DFC

Text Example


Text Example

White with #388DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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