Html Css Color HEX #389EF4 Dodger Blue

📋 copy color: '#389EF4'

red 56 ◦ green 158 ◦ blue 244

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

Shades of Dodger Blue #389EF4

Tints of Dodger Blue #389EF4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 244 (95.7% from 255) = 53.28%

R = 12.23%
G = 34.5%
B = 53.28%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#389EF4 (or 0x389EF4) is known color: Dodger Blue. HEX triplet: 38, 9E and F4. RGB value is (56,158,244). Sum of RGB (Red+Green+Blue) = 56+158+244=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #389EF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389EF4 is #C7610B. Grayscale: #888888. Windows color (decimal): -13066508 or 16031288. OLE color: 16031288.

HSL color Cylindrical-coordinate representation of color #389EF4: hue angle of 207.45º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389EF4 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 158 244 -
CMYK 0.77 0.35 0 0.04
HSL 207.45º 0.9% 0.59% -
HSV(B) 207.45º 0.77% 0.96% -
XYZ 30.19 31.83 90.14 -
YUV 137.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 56 158 244 0.77 0.35 0 0.04 207.45 0.9 0.59
Hex 38 9E F4 4D 23 0 4 CF 5A 3B
Octal 70 236 364 115 43 0 4 317 132 73
Binary 111000 10011110 11110100 1001101 100011 0 100 11001111 1011010 111011

Color Harmonies of #389EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EF4

Black with #389EF4

Text Example


Text Example

White with #389EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,158,244); }

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

background-color css

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

 a { background-color: rgb(56,158,244); }

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

border-color css

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

 span { border-color: rgb(56,158,244); }

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