Html Css Color HEX #2889FC Dodger Blue

📋 copy color: '#2889FC'

red 40 ◦ green 137 ◦ blue 252

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

Shades of Dodger Blue #2889FC

Tints of Dodger Blue #2889FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 9.32%
G = 31.93%
B = 58.74%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2889FC (or 0x2889FC) is known color: Dodger Blue. HEX triplet: 28, 89 and FC. RGB value is (40,137,252). Sum of RGB (Red+Green+Blue) = 40+137+252=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #2889FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2889FC is #D77603. Grayscale: #787878. Windows color (decimal): -14120452 or 16550184. OLE color: 16550184.

HSL color Cylindrical-coordinate representation of color #2889FC: hue angle of 212.55º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2889FC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 137 252 -
CMYK 0.84 0.46 0 0.01
HSL 212.55º 0.97% 0.57% -
HSV(B) 212.55º 0.84% 0.99% -
XYZ 27.39 25.37 95.55 -
YUV 121.11 201.86 70.15 -
System Red Green Blue C M Y K H S L
Decimal 40 137 252 0.84 0.46 0 0.01 212.55 0.97 0.57
Hex 28 89 FC 54 2E 0 1 D5 61 39
Octal 50 211 374 124 56 0 1 325 141 71
Binary 101000 10001001 11111100 1010100 101110 0 1 11010101 1100001 111001

Color Harmonies of #2889FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889FC

Black with #2889FC

Text Example


Text Example

White with #2889FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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