Html Css Color HEX #299DCD Pelorous

📋 copy color: '#299DCD'

red 41 ◦ green 157 ◦ blue 205

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

Shades of Pelorous #299DCD

Tints of Pelorous #299DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 10.17%
G = 38.96%
B = 50.87%

CMYK

 C value IS 0.8

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#299DCD (or 0x299DCD) is known color: Pelorous. HEX triplet: 29, 9D and CD. RGB value is (41,157,205). Sum of RGB (Red+Green+Blue) = 41+157+205=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #299DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DCD is #D66232. Grayscale: #7F7F7F. Windows color (decimal): -14049843 or 13475113. OLE color: 13475113.

HSL color Cylindrical-coordinate representation of color #299DCD: hue angle of 197.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299DCD is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 157 205 -
CMYK 0.8 0.23 0 0.20
HSL 197.56º 0.67% 0.48% -
HSV(B) 197.56º 0.8% 0.8% -
XYZ 23.99 28.99 62.09 -
YUV 127.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 41 157 205 0.8 0.23 0 0.20 197.56 0.67 0.48
Hex 29 9D CD 50 17 0 14 C6 43 30
Octal 51 235 315 120 27 0 24 306 103 60
Binary 101001 10011101 11001101 1010000 10111 0 10100 11000110 1000011 110000

Color Harmonies of #299DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DCD

Black with #299DCD

Text Example


Text Example

White with #299DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,157,205); }

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

background-color css

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

 a { background-color: rgb(41,157,205); }

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

border-color css

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

 span { border-color: rgb(41,157,205); }

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