Html Css Color HEX #389AFF Dodger Blue

📋 copy color: '#389AFF'

red 56 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #389AFF

Tints of Dodger Blue #389AFF

RGB

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

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

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

R = 12.04%
G = 33.12%
B = 54.84%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#389AFF (or 0x389AFF) is known color: Dodger Blue. HEX triplet: 38, 9A and FF. RGB value is (56,154,255). Sum of RGB (Red+Green+Blue) = 56+154+255=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #389AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AFF is #C76500. Grayscale: #878787. Windows color (decimal): -13067521 or 16751160. OLE color: 16751160.

HSL color Cylindrical-coordinate representation of color #389AFF: hue angle of 210.45º 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 #389AFF is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 154 255 -
CMYK 0.78 0.40 0 0
HSL 210.45º 1% 0.61% -
HSV(B) 210.45º 0.78% 1% -
XYZ 31.24 31.17 98.98 -
YUV 136.21 195.03 70.79 -
System Red Green Blue C M Y K H S L
Decimal 56 154 255 0.78 0.40 0 0 210.45 1 0.61
Hex 38 9A FF 4E 28 0 0 D2 64 3D
Octal 70 232 377 116 50 0 0 322 144 75
Binary 111000 10011010 11111111 1001110 101000 0 0 11010010 1100100 111101

Color Harmonies of #389AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AFF

Black with #389AFF

Text Example


Text Example

White with #389AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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