Html Css Color HEX #289AE7 Dodger Blue

📋 copy color: '#289AE7'

red 40 ◦ green 154 ◦ blue 231

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

Shades of Dodger Blue #289AE7

Tints of Dodger Blue #289AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.35%

R = 9.41%
G = 36.24%
B = 54.35%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#289AE7 (or 0x289AE7) is known color: Dodger Blue. HEX triplet: 28, 9A and E7. RGB value is (40,154,231). Sum of RGB (Red+Green+Blue) = 40+154+231=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #289AE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AE7 is #D76518. Grayscale: #808080. Windows color (decimal): -14116121 or 15178280. OLE color: 15178280.

HSL color Cylindrical-coordinate representation of color #289AE7: hue angle of 204.19º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289AE7 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 154 231 -
CMYK 0.83 0.33 0 0.09
HSL 204.19º 0.8% 0.53% -
HSV(B) 204.19º 0.83% 0.91% -
XYZ 26.85 29.33 79.85 -
YUV 128.69 185.73 64.74 -
System Red Green Blue C M Y K H S L
Decimal 40 154 231 0.83 0.33 0 0.09 204.19 0.8 0.53
Hex 28 9A E7 53 21 0 9 CC 50 35
Octal 50 232 347 123 41 0 11 314 120 65
Binary 101000 10011010 11100111 1010011 100001 0 1001 11001100 1010000 110101

Color Harmonies of #289AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289AE7

Black with #289AE7

Text Example


Text Example

White with #289AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,154,231); }

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

background-color css

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

 a { background-color: rgb(40,154,231); }

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

border-color css

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

 span { border-color: rgb(40,154,231); }

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