Html Css Color HEX #2894EB Dodger Blue

📋 copy color: '#2894EB'

red 40 ◦ green 148 ◦ blue 235

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

Shades of Dodger Blue #2894EB

Tints of Dodger Blue #2894EB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 9.46%
G = 34.99%
B = 55.56%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2894EB (or 0x2894EB) is known color: Dodger Blue. HEX triplet: 28, 94 and EB. RGB value is (40,148,235). Sum of RGB (Red+Green+Blue) = 40+148+235=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #2894EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2894EB is #D76B14. Grayscale: #7D7D7D. Windows color (decimal): -14117653 or 15438888. OLE color: 15438888.

HSL color Cylindrical-coordinate representation of color #2894EB: hue angle of 206.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2894EB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 148 235 -
CMYK 0.83 0.37 0 0.08
HSL 206.77º 0.83% 0.54% -
HSV(B) 206.77º 0.83% 0.92% -
XYZ 26.46 27.63 82.54 -
YUV 125.63 189.72 66.93 -
System Red Green Blue C M Y K H S L
Decimal 40 148 235 0.83 0.37 0 0.08 206.77 0.83 0.54
Hex 28 94 EB 53 25 0 8 CF 53 36
Octal 50 224 353 123 45 0 10 317 123 66
Binary 101000 10010100 11101011 1010011 100101 0 1000 11001111 1010011 110110

Color Harmonies of #2894EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2894EB

Black with #2894EB

Text Example


Text Example

White with #2894EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2894EB; }

 p { color: rgb(40,148,235); }

 H1.HeaderClassName
 {
   color: #2894EB;
 }
 .AnyTagClassName
 {
   color: #2894EB;
 }
</style>

background-color css

<style>
 a { background-color: #2894EB; }

 a { background-color: rgb(40,148,235); }

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

border-color css

<style>
 span { border-color: #2894EB; }

 span { border-color: rgb(40,148,235); }

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