Html Css Color HEX #289FFA Dodger Blue

📋 copy color: '#289FFA'

red 40 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #289FFA

Tints of Dodger Blue #289FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 8.91%
G = 35.41%
B = 55.68%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#289FFA (or 0x289FFA) is known color: Dodger Blue. HEX triplet: 28, 9F and FA. RGB value is (40,159,250). Sum of RGB (Red+Green+Blue) = 40+159+250=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #289FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289FFA is #D76005. Grayscale: #858585. Windows color (decimal): -14114822 or 16424744. OLE color: 16424744.

HSL color Cylindrical-coordinate representation of color #289FFA: hue angle of 206º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289FFA is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 159 250 -
CMYK 0.84 0.36 0 0.02
HSL 206º 0.95% 0.57% -
HSV(B) 206º 0.84% 0.98% -
XYZ 30.53 32.15 95.04 -
YUV 133.79 193.58 61.1 -
System Red Green Blue C M Y K H S L
Decimal 40 159 250 0.84 0.36 0 0.02 206 0.95 0.57
Hex 28 9F FA 54 24 0 2 CE 5F 39
Octal 50 237 372 124 44 0 2 316 137 71
Binary 101000 10011111 11111010 1010100 100100 0 10 11001110 1011111 111001

Color Harmonies of #289FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289FFA

Black with #289FFA

Text Example


Text Example

White with #289FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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