Html Css Color HEX #289EFE Dodger Blue

📋 copy color: '#289EFE'

red 40 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #289EFE

Tints of Dodger Blue #289EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.96%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 8.85%
G = 34.96%
B = 56.19%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#289EFE (or 0x289EFE) is known color: Dodger Blue. HEX triplet: 28, 9E and FE. RGB value is (40,158,254). Sum of RGB (Red+Green+Blue) = 40+158+254=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #289EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289EFE is #D76101. Grayscale: #858585. Windows color (decimal): -14115074 or 16686632. OLE color: 16686632.

HSL color Cylindrical-coordinate representation of color #289EFE: hue angle of 206.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289EFE is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 158 254 -
CMYK 0.84 0.38 0 0.00
HSL 206.92º 0.99% 0.58% -
HSV(B) 206.92º 0.84% 1% -
XYZ 30.99 32.06 98.32 -
YUV 133.66 195.91 61.19 -
System Red Green Blue C M Y K H S L
Decimal 40 158 254 0.84 0.38 0 0.00 206.92 0.99 0.58
Hex 28 9E FE 54 26 0 0 CF 63 3A
Octal 50 236 376 124 46 0 0 317 143 72
Binary 101000 10011110 11111110 1010100 100110 0 0 11001111 1100011 111010

Color Harmonies of #289EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EFE

Black with #289EFE

Text Example


Text Example

White with #289EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,158,254); }

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

background-color css

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

 a { background-color: rgb(40,158,254); }

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

border-color css

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

 span { border-color: rgb(40,158,254); }

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