Html Css Color HEX #289BF1 Dodger Blue

📋 copy color: '#289BF1'

red 40 ◦ green 155 ◦ blue 241

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

Shades of Dodger Blue #289BF1

Tints of Dodger Blue #289BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.55%

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 9.17%
G = 35.55%
B = 55.28%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#289BF1 (or 0x289BF1) is known color: Dodger Blue. HEX triplet: 28, 9B and F1. RGB value is (40,155,241). Sum of RGB (Red+Green+Blue) = 40+155+241=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #289BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BF1 is #D7640E. Grayscale: #818181. Windows color (decimal): -14115855 or 15833896. OLE color: 15833896.

HSL color Cylindrical-coordinate representation of color #289BF1: hue angle of 205.67º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289BF1 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 155 241 -
CMYK 0.83 0.36 0 0.05
HSL 205.67º 0.88% 0.55% -
HSV(B) 205.67º 0.83% 0.95% -
XYZ 28.47 30.24 87.56 -
YUV 130.42 190.4 63.51 -
System Red Green Blue C M Y K H S L
Decimal 40 155 241 0.83 0.36 0 0.05 205.67 0.88 0.55
Hex 28 9B F1 53 24 0 5 CE 58 37
Octal 50 233 361 123 44 0 5 316 130 67
Binary 101000 10011011 11110001 1010011 100100 0 101 11001110 1011000 110111

Color Harmonies of #289BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BF1

Black with #289BF1

Text Example


Text Example

White with #289BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,155,241); }

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

background-color css

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

 a { background-color: rgb(40,155,241); }

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

border-color css

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

 span { border-color: rgb(40,155,241); }

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