Html Css Color HEX #389CF9 Dodger Blue

📋 copy color: '#389CF9'

red 56 ◦ green 156 ◦ blue 249

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

Shades of Dodger Blue #389CF9

Tints of Dodger Blue #389CF9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 12.15%
G = 33.84%
B = 54.01%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#389CF9 (or 0x389CF9) is known color: Dodger Blue. HEX triplet: 38, 9C and F9. RGB value is (56,156,249). Sum of RGB (Red+Green+Blue) = 56+156+249=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #389CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CF9 is #C76306. Grayscale: #888888. Windows color (decimal): -13067015 or 16358456. OLE color: 16358456.

HSL color Cylindrical-coordinate representation of color #389CF9: hue angle of 208.91º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389CF9 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 156 249 -
CMYK 0.78 0.37 0 0.02
HSL 208.91º 0.94% 0.6% -
HSV(B) 208.91º 0.78% 0.98% -
XYZ 30.62 31.46 94.08 -
YUV 136.7 191.37 70.44 -
System Red Green Blue C M Y K H S L
Decimal 56 156 249 0.78 0.37 0 0.02 208.91 0.94 0.6
Hex 38 9C F9 4E 25 0 2 D1 5E 3C
Octal 70 234 371 116 45 0 2 321 136 74
Binary 111000 10011100 11111001 1001110 100101 0 10 11010001 1011110 111100

Color Harmonies of #389CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CF9

Black with #389CF9

Text Example


Text Example

White with #389CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,249); }

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

background-color css

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

 a { background-color: rgb(56,156,249); }

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

border-color css

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

 span { border-color: rgb(56,156,249); }

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