Html Css Color HEX #2994EB Dodger Blue

📋 copy color: '#2994EB'

red 41 ◦ green 148 ◦ blue 235

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

Shades of Dodger Blue #2994EB

Tints of Dodger Blue #2994EB

RGB

 RED value IS 41 (16.41% from 255) = 9.67%

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

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

R = 9.67%
G = 34.91%
B = 55.42%

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

#2994EB (or 0x2994EB) is known color: Dodger Blue. HEX triplet: 29, 94 and EB. RGB value is (41,148,235). Sum of RGB (Red+Green+Blue) = 41+148+235=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #2994EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2994EB is #D66B14. Grayscale: #7D7D7D. Windows color (decimal): -14052117 or 15438889. OLE color: 15438889.

HSL color Cylindrical-coordinate representation of color #2994EB: hue angle of 206.91º 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 #2994EB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 148 235 -
CMYK 0.83 0.37 0 0.08
HSL 206.91º 0.83% 0.54% -
HSV(B) 206.91º 0.83% 0.92% -
XYZ 26.5 27.65 82.54 -
YUV 125.93 189.55 67.43 -
System Red Green Blue C M Y K H S L
Decimal 41 148 235 0.83 0.37 0 0.08 206.91 0.83 0.54
Hex 29 94 EB 53 25 0 8 CF 53 36
Octal 51 224 353 123 45 0 10 317 123 66
Binary 101001 10010100 11101011 1010011 100101 0 1000 11001111 1010011 110110

Color Harmonies of #2994EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2994EB

Black with #2994EB

Text Example


Text Example

White with #2994EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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