Html Css Color HEX #388CF0 Dodger Blue

📋 copy color: '#388CF0'

red 56 ◦ green 140 ◦ blue 240

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

Shades of Dodger Blue #388CF0

Tints of Dodger Blue #388CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 12.84%
G = 32.11%
B = 55.05%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#388CF0 (or 0x388CF0) is known color: Dodger Blue. HEX triplet: 38, 8C and F0. RGB value is (56,140,240). Sum of RGB (Red+Green+Blue) = 56+140+240=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #388CF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CF0 is #C7730F. Grayscale: #7D7D7D. Windows color (decimal): -13071120 or 15764536. OLE color: 15764536.

HSL color Cylindrical-coordinate representation of color #388CF0: hue angle of 212.61º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388CF0 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 140 240 -
CMYK 0.77 0.42 0 0.06
HSL 212.61º 0.86% 0.58% -
HSV(B) 212.61º 0.77% 0.94% -
XYZ 26.74 25.89 86.03 -
YUV 126.28 192.17 77.87 -
System Red Green Blue C M Y K H S L
Decimal 56 140 240 0.77 0.42 0 0.06 212.61 0.86 0.58
Hex 38 8C F0 4D 2A 0 6 D5 56 3A
Octal 70 214 360 115 52 0 6 325 126 72
Binary 111000 10001100 11110000 1001101 101010 0 110 11010101 1010110 111010

Color Harmonies of #388CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CF0

Black with #388CF0

Text Example


Text Example

White with #388CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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