Html Css Color HEX #389FFF Dodger Blue

📋 copy color: '#389FFF'

red 56 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #389FFF

Tints of Dodger Blue #389FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 11.91%
G = 33.83%
B = 54.26%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#389FFF (or 0x389FFF) is known color: Dodger Blue. HEX triplet: 38, 9F and FF. RGB value is (56,159,255). Sum of RGB (Red+Green+Blue) = 56+159+255=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #389FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FFF is #C76000. Grayscale: #8A8A8A. Windows color (decimal): -13066241 or 16752440. OLE color: 16752440.

HSL color Cylindrical-coordinate representation of color #389FFF: hue angle of 208.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389FFF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 159 255 -
CMYK 0.78 0.38 0 0
HSL 208.94º 1% 0.61% -
HSV(B) 208.94º 0.78% 1% -
XYZ 32.08 32.86 99.26 -
YUV 139.15 193.38 68.69 -
System Red Green Blue C M Y K H S L
Decimal 56 159 255 0.78 0.38 0 0 208.94 1 0.61
Hex 38 9F FF 4E 26 0 0 D1 64 3D
Octal 70 237 377 116 46 0 0 321 144 75
Binary 111000 10011111 11111111 1001110 100110 0 0 11010001 1100100 111101

Color Harmonies of #389FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FFF

Black with #389FFF

Text Example


Text Example

White with #389FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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