Html Css Color HEX #2889FE Dodger Blue

📋 copy color: '#2889FE'

red 40 ◦ green 137 ◦ blue 254

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

Shades of Dodger Blue #2889FE

Tints of Dodger Blue #2889FE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 9.28%
G = 31.79%
B = 58.93%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2889FE (or 0x2889FE) is known color: Dodger Blue. HEX triplet: 28, 89 and FE. RGB value is (40,137,254). Sum of RGB (Red+Green+Blue) = 40+137+254=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #2889FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2889FE is #D77601. Grayscale: #787878. Windows color (decimal): -14120450 or 16681256. OLE color: 16681256.

HSL color Cylindrical-coordinate representation of color #2889FE: hue angle of 212.8º 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 #2889FE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 137 254 -
CMYK 0.84 0.46 0 0.00
HSL 212.8º 0.99% 0.58% -
HSV(B) 212.8º 0.84% 1% -
XYZ 27.71 25.5 97.23 -
YUV 121.34 202.86 69.99 -
System Red Green Blue C M Y K H S L
Decimal 40 137 254 0.84 0.46 0 0.00 212.8 0.99 0.58
Hex 28 89 FE 54 2E 0 0 D5 63 3A
Octal 50 211 376 124 56 0 0 325 143 72
Binary 101000 10001001 11111110 1010100 101110 0 0 11010101 1100011 111010

Color Harmonies of #2889FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889FE

Black with #2889FE

Text Example


Text Example

White with #2889FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2889FE; }

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

 H1.HeaderClassName
 {
   color: #2889FE;
 }
 .AnyTagClassName
 {
   color: #2889FE;
 }
</style>

background-color css

<style>
 a { background-color: #2889FE; }

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

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

border-color css

<style>
 span { border-color: #2889FE; }

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

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