Html Css Color HEX #389AF6 Dodger Blue

📋 copy color: '#389AF6'

red 56 ◦ green 154 ◦ blue 246

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

Shades of Dodger Blue #389AF6

Tints of Dodger Blue #389AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 12.28%
G = 33.77%
B = 53.95%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#389AF6 (or 0x389AF6) is known color: Dodger Blue. HEX triplet: 38, 9A and F6. RGB value is (56,154,246). Sum of RGB (Red+Green+Blue) = 56+154+246=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #389AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AF6 is #C76509. Grayscale: #868686. Windows color (decimal): -13067530 or 16161336. OLE color: 16161336.

HSL color Cylindrical-coordinate representation of color #389AF6: hue angle of 209.05º degrees, saturation: 0.91, 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 #389AF6 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 154 246 -
CMYK 0.77 0.37 0 0.04
HSL 209.05º 0.91% 0.59% -
HSV(B) 209.05º 0.77% 0.96% -
XYZ 29.82 30.61 91.52 -
YUV 135.19 190.53 71.52 -
System Red Green Blue C M Y K H S L
Decimal 56 154 246 0.77 0.37 0 0.04 209.05 0.91 0.59
Hex 38 9A F6 4D 25 0 4 D1 5B 3B
Octal 70 232 366 115 45 0 4 321 133 73
Binary 111000 10011010 11110110 1001101 100101 0 100 11010001 1011011 111011

Color Harmonies of #389AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AF6

Black with #389AF6

Text Example


Text Example

White with #389AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,246); }

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

background-color css

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

 a { background-color: rgb(56,154,246); }

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

border-color css

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

 span { border-color: rgb(56,154,246); }

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