Html Css Color HEX #389FF8 Dodger Blue

📋 copy color: '#389FF8'

red 56 ◦ green 159 ◦ blue 248

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

Shades of Dodger Blue #389FF8

Tints of Dodger Blue #389FF8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

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

R = 12.1%
G = 34.34%
B = 53.56%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#389FF8 (or 0x389FF8) is known color: Dodger Blue. HEX triplet: 38, 9F and F8. RGB value is (56,159,248). Sum of RGB (Red+Green+Blue) = 56+159+248=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #389FF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FF8 is #C76007. Grayscale: #898989. Windows color (decimal): -13066248 or 16293688. OLE color: 16293688.

HSL color Cylindrical-coordinate representation of color #389FF8: hue angle of 207.81º 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 #389FF8 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 159 248 -
CMYK 0.77 0.36 0 0.03
HSL 207.81º 0.93% 0.6% -
HSV(B) 207.81º 0.77% 0.97% -
XYZ 30.97 32.41 93.43 -
YUV 138.35 189.88 69.26 -
System Red Green Blue C M Y K H S L
Decimal 56 159 248 0.77 0.36 0 0.03 207.81 0.93 0.6
Hex 38 9F F8 4D 24 0 3 D0 5D 3C
Octal 70 237 370 115 44 0 3 320 135 74
Binary 111000 10011111 11111000 1001101 100100 0 11 11010000 1011101 111100

Color Harmonies of #389FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FF8

Black with #389FF8

Text Example


Text Example

White with #389FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389FF8; }

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

 H1.HeaderClassName
 {
   color: #389FF8;
 }
 .AnyTagClassName
 {
   color: #389FF8;
 }
</style>

background-color css

<style>
 a { background-color: #389FF8; }

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

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

border-color css

<style>
 span { border-color: #389FF8; }

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

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