Html Css Color HEX #2990EF Dodger Blue

📋 copy color: '#2990EF'

red 41 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #2990EF

Tints of Dodger Blue #2990EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 9.67%
G = 33.96%
B = 56.37%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2990EF (or 0x2990EF) is known color: Dodger Blue. HEX triplet: 29, 90 and EF. RGB value is (41,144,239). Sum of RGB (Red+Green+Blue) = 41+144+239=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #2990EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2990EF is #D66F10. Grayscale: #7B7B7B. Windows color (decimal): -14053137 or 15700009. OLE color: 15700009.

HSL color Cylindrical-coordinate representation of color #2990EF: hue angle of 208.79º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2990EF is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 144 239 -
CMYK 0.83 0.40 0 0.06
HSL 208.79º 0.86% 0.55% -
HSV(B) 208.79º 0.83% 0.94% -
XYZ 26.47 26.65 85.41 -
YUV 124.03 192.88 68.78 -
System Red Green Blue C M Y K H S L
Decimal 41 144 239 0.83 0.40 0 0.06 208.79 0.86 0.55
Hex 29 90 EF 53 28 0 6 D1 56 37
Octal 51 220 357 123 50 0 6 321 126 67
Binary 101001 10010000 11101111 1010011 101000 0 110 11010001 1010110 110111

Color Harmonies of #2990EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2990EF

Black with #2990EF

Text Example


Text Example

White with #2990EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2990EF; }

 p { color: rgb(41,144,239); }

 H1.HeaderClassName
 {
   color: #2990EF;
 }
 .AnyTagClassName
 {
   color: #2990EF;
 }
</style>

background-color css

<style>
 a { background-color: #2990EF; }

 a { background-color: rgb(41,144,239); }

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

border-color css

<style>
 span { border-color: #2990EF; }

 span { border-color: rgb(41,144,239); }

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