Html Css Color HEX #2996ED Dodger Blue

📋 copy color: '#2996ED'

red 41 ◦ green 150 ◦ blue 237

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

Shades of Dodger Blue #2996ED

Tints of Dodger Blue #2996ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 9.58%
G = 35.05%
B = 55.37%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2996ED (or 0x2996ED) is known color: Dodger Blue. HEX triplet: 29, 96 and ED. RGB value is (41,150,237). Sum of RGB (Red+Green+Blue) = 41+150+237=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #2996ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2996ED is #D66912. Grayscale: #7E7E7E. Windows color (decimal): -14051603 or 15570473. OLE color: 15570473.

HSL color Cylindrical-coordinate representation of color #2996ED: hue angle of 206.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2996ED is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 150 237 -
CMYK 0.83 0.37 0 0.07
HSL 206.63º 0.84% 0.55% -
HSV(B) 206.63º 0.83% 0.93% -
XYZ 27.11 28.4 84.17 -
YUV 127.33 189.89 66.43 -
System Red Green Blue C M Y K H S L
Decimal 41 150 237 0.83 0.37 0 0.07 206.63 0.84 0.55
Hex 29 96 ED 53 25 0 7 CF 54 37
Octal 51 226 355 123 45 0 7 317 124 67
Binary 101001 10010110 11101101 1010011 100101 0 111 11001111 1010100 110111

Color Harmonies of #2996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996ED

Black with #2996ED

Text Example


Text Example

White with #2996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2996ED; }

 p { color: rgb(41,150,237); }

 H1.HeaderClassName
 {
   color: #2996ED;
 }
 .AnyTagClassName
 {
   color: #2996ED;
 }
</style>

background-color css

<style>
 a { background-color: #2996ED; }

 a { background-color: rgb(41,150,237); }

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

border-color css

<style>
 span { border-color: #2996ED; }

 span { border-color: rgb(41,150,237); }

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