Html Css Color HEX #289FF5 Dodger Blue

📋 copy color: '#289FF5'

red 40 ◦ green 159 ◦ blue 245

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

Shades of Dodger Blue #289FF5

Tints of Dodger Blue #289FF5

RGB

 RED value IS 40 (16.02% from 255) = 9.01%

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

 BLUE value IS 245 (96.09% from 255) = 55.18%

R = 9.01%
G = 35.81%
B = 55.18%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#289FF5 (or 0x289FF5) is known color: Dodger Blue. HEX triplet: 28, 9F and F5. RGB value is (40,159,245). Sum of RGB (Red+Green+Blue) = 40+159+245=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #289FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289FF5 is #D7600A. Grayscale: #848484. Windows color (decimal): -14114827 or 16097064. OLE color: 16097064.

HSL color Cylindrical-coordinate representation of color #289FF5: hue angle of 205.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289FF5 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 159 245 -
CMYK 0.84 0.35 0 0.04
HSL 205.17º 0.91% 0.56% -
HSV(B) 205.17º 0.84% 0.96% -
XYZ 29.75 31.84 90.96 -
YUV 133.22 191.08 61.51 -
System Red Green Blue C M Y K H S L
Decimal 40 159 245 0.84 0.35 0 0.04 205.17 0.91 0.56
Hex 28 9F F5 54 23 0 4 CD 5B 38
Octal 50 237 365 124 43 0 4 315 133 70
Binary 101000 10011111 11110101 1010100 100011 0 100 11001101 1011011 111000

Color Harmonies of #289FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289FF5

Black with #289FF5

Text Example


Text Example

White with #289FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289FF5; }

 p { color: rgb(40,159,245); }

 H1.HeaderClassName
 {
   color: #289FF5;
 }
 .AnyTagClassName
 {
   color: #289FF5;
 }
</style>

background-color css

<style>
 a { background-color: #289FF5; }

 a { background-color: rgb(40,159,245); }

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

border-color css

<style>
 span { border-color: #289FF5; }

 span { border-color: rgb(40,159,245); }

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