Html Css Color HEX #388FF2 Dodger Blue

📋 copy color: '#388FF2'

red 56 ◦ green 143 ◦ blue 242

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

Shades of Dodger Blue #388FF2

Tints of Dodger Blue #388FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 242 (94.92% from 255) = 54.88%

R = 12.7%
G = 32.43%
B = 54.88%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#388FF2 (or 0x388FF2) is known color: Dodger Blue. HEX triplet: 38, 8F and F2. RGB value is (56,143,242). Sum of RGB (Red+Green+Blue) = 56+143+242=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #388FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FF2 is #C7700D. Grayscale: #7F7F7F. Windows color (decimal): -13070350 or 15896376. OLE color: 15896376.

HSL color Cylindrical-coordinate representation of color #388FF2: hue angle of 211.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388FF2 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 143 242 -
CMYK 0.77 0.41 0 0.05
HSL 211.94º 0.88% 0.58% -
HSV(B) 211.94º 0.77% 0.95% -
XYZ 27.48 26.9 87.75 -
YUV 128.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 56 143 242 0.77 0.41 0 0.05 211.94 0.88 0.58
Hex 38 8F F2 4D 29 0 5 D4 58 3A
Octal 70 217 362 115 51 0 5 324 130 72
Binary 111000 10001111 11110010 1001101 101001 0 101 11010100 1011000 111010

Color Harmonies of #388FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FF2

Black with #388FF2

Text Example


Text Example

White with #388FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,242); }

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

background-color css

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

 a { background-color: rgb(56,143,242); }

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

border-color css

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

 span { border-color: rgb(56,143,242); }

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