Html Css Color HEX #289FF6 Dodger Blue

📋 copy color: '#289FF6'

red 40 ◦ green 159 ◦ blue 246

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

Shades of Dodger Blue #289FF6

Tints of Dodger Blue #289FF6

RGB

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

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

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

R = 8.99%
G = 35.73%
B = 55.28%

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

#289FF6 (or 0x289FF6) is known color: Dodger Blue. HEX triplet: 28, 9F and F6. RGB value is (40,159,246). Sum of RGB (Red+Green+Blue) = 40+159+246=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #289FF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289FF6 is #D76009. Grayscale: #848484. Windows color (decimal): -14114826 or 16162600. OLE color: 16162600.

HSL color Cylindrical-coordinate representation of color #289FF6: hue angle of 205.34º degrees, saturation: 0.92, 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 #289FF6 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 159 246 -
CMYK 0.84 0.35 0 0.04
HSL 205.34º 0.92% 0.56% -
HSV(B) 205.34º 0.84% 0.96% -
XYZ 29.91 31.9 91.77 -
YUV 133.34 191.58 61.43 -
System Red Green Blue C M Y K H S L
Decimal 40 159 246 0.84 0.35 0 0.04 205.34 0.92 0.56
Hex 28 9F F6 54 23 0 4 CD 5C 38
Octal 50 237 366 124 43 0 4 315 134 70
Binary 101000 10011111 11110110 1010100 100011 0 100 11001101 1011100 111000

Color Harmonies of #289FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289FF6

Black with #289FF6

Text Example


Text Example

White with #289FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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