Html Css Color HEX #299FEA Summer Sky

📋 copy color: '#299FEA'

red 41 ◦ green 159 ◦ blue 234

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

Shades of Summer Sky #299FEA

Tints of Summer Sky #299FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 9.45%
G = 36.64%
B = 53.92%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#299FEA (or 0x299FEA) is known color: Summer Sky. HEX triplet: 29, 9F and EA. RGB value is (41,159,234). Sum of RGB (Red+Green+Blue) = 41+159+234=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #299FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FEA is #D66015. Grayscale: #838383. Windows color (decimal): -14049302 or 15376169. OLE color: 15376169.

HSL color Cylindrical-coordinate representation of color #299FEA: hue angle of 203.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299FEA is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 159 234 -
CMYK 0.82 0.32 0 0.08
HSL 203.32º 0.82% 0.54% -
HSV(B) 203.32º 0.82% 0.92% -
XYZ 28.16 31.21 82.38 -
YUV 132.27 185.41 62.9 -
System Red Green Blue C M Y K H S L
Decimal 41 159 234 0.82 0.32 0 0.08 203.32 0.82 0.54
Hex 29 9F EA 52 20 0 8 CB 52 36
Octal 51 237 352 122 40 0 10 313 122 66
Binary 101001 10011111 11101010 1010010 100000 0 1000 11001011 1010010 110110

Color Harmonies of #299FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FEA

Black with #299FEA

Text Example


Text Example

White with #299FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299FEA; }

 p { color: rgb(41,159,234); }

 H1.HeaderClassName
 {
   color: #299FEA;
 }
 .AnyTagClassName
 {
   color: #299FEA;
 }
</style>

background-color css

<style>
 a { background-color: #299FEA; }

 a { background-color: rgb(41,159,234); }

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

border-color css

<style>
 span { border-color: #299FEA; }

 span { border-color: rgb(41,159,234); }

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