Html Css Color HEX #2996FB Dodger Blue

📋 copy color: '#2996FB'

red 41 ◦ green 150 ◦ blue 251

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

Shades of Dodger Blue #2996FB

Tints of Dodger Blue #2996FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 9.28%
G = 33.94%
B = 56.79%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2996FB (or 0x2996FB) is known color: Dodger Blue. HEX triplet: 29, 96 and FB. RGB value is (41,150,251). Sum of RGB (Red+Green+Blue) = 41+150+251=442 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.28% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #2996FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2996FB is #D66904. Grayscale: #808080. Windows color (decimal): -14051589 or 16487977. OLE color: 16487977.

HSL color Cylindrical-coordinate representation of color #2996FB: hue angle of 208.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2996FB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 150 251 -
CMYK 0.84 0.40 0 0.02
HSL 208.86º 0.96% 0.57% -
HSV(B) 208.86º 0.84% 0.98% -
XYZ 29.23 29.25 95.37 -
YUV 128.92 196.89 65.29 -
System Red Green Blue C M Y K H S L
Decimal 41 150 251 0.84 0.40 0 0.02 208.86 0.96 0.57
Hex 29 96 FB 54 28 0 2 D1 60 39
Octal 51 226 373 124 50 0 2 321 140 71
Binary 101001 10010110 11111011 1010100 101000 0 10 11010001 1100000 111001

Color Harmonies of #2996FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2996FB

Black with #2996FB

Text Example


Text Example

White with #2996FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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