Html Css Color HEX #2997DD Summer Sky

📋 copy color: '#2997DD'

red 41 ◦ green 151 ◦ blue 221

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

Shades of Summer Sky #2997DD

Tints of Summer Sky #2997DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 9.93%
G = 36.56%
B = 53.51%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2997DD (or 0x2997DD) is known color: Summer Sky. HEX triplet: 29, 97 and DD. RGB value is (41,151,221). Sum of RGB (Red+Green+Blue) = 41+151+221=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #2997DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997DD is #D66822. Grayscale: #7D7D7D. Windows color (decimal): -14051363 or 14522153. OLE color: 14522153.

HSL color Cylindrical-coordinate representation of color #2997DD: hue angle of 203.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2997DD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 151 221 -
CMYK 0.81 0.32 0 0.13
HSL 203.33º 0.73% 0.51% -
HSV(B) 203.33º 0.81% 0.87% -
XYZ 25.03 27.83 72.46 -
YUV 126.09 181.56 67.31 -
System Red Green Blue C M Y K H S L
Decimal 41 151 221 0.81 0.32 0 0.13 203.33 0.73 0.51
Hex 29 97 DD 51 20 0 D CB 49 33
Octal 51 227 335 121 40 0 15 313 111 63
Binary 101001 10010111 11011101 1010001 100000 0 1101 11001011 1001001 110011

Color Harmonies of #2997DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2997DD

Black with #2997DD

Text Example


Text Example

White with #2997DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2997DD; }

 p { color: rgb(41,151,221); }

 H1.HeaderClassName
 {
   color: #2997DD;
 }
 .AnyTagClassName
 {
   color: #2997DD;
 }
</style>

background-color css

<style>
 a { background-color: #2997DD; }

 a { background-color: rgb(41,151,221); }

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

border-color css

<style>
 span { border-color: #2997DD; }

 span { border-color: rgb(41,151,221); }

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