Html Css Color HEX #298BCD Curious Blue

📋 copy color: '#298BCD'

red 41 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #298BCD

Tints of Curious Blue #298BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 10.65%
G = 36.1%
B = 53.25%

CMYK

 C value IS 0.8

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298BCD (or 0x298BCD) is known color: Curious Blue. HEX triplet: 29, 8B and CD. RGB value is (41,139,205). Sum of RGB (Red+Green+Blue) = 41+139+205=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #298BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BCD is #D67432. Grayscale: #747474. Windows color (decimal): -14054451 or 13470505. OLE color: 13470505.

HSL color Cylindrical-coordinate representation of color #298BCD: hue angle of 204.15º 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 #298BCD is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 139 205 -
CMYK 0.8 0.32 0 0.20
HSL 204.15º 0.67% 0.48% -
HSV(B) 204.15º 0.8% 0.8% -
XYZ 21.17 23.34 61.15 -
YUV 117.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 41 139 205 0.8 0.32 0 0.20 204.15 0.67 0.48
Hex 29 8B CD 50 20 0 14 CC 43 30
Octal 51 213 315 120 40 0 24 314 103 60
Binary 101001 10001011 11001101 1010000 100000 0 10100 11001100 1000011 110000

Color Harmonies of #298BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BCD

Black with #298BCD

Text Example


Text Example

White with #298BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298BCD; }

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

 H1.HeaderClassName
 {
   color: #298BCD;
 }
 .AnyTagClassName
 {
   color: #298BCD;
 }
</style>

background-color css

<style>
 a { background-color: #298BCD; }

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

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

border-color css

<style>
 span { border-color: #298BCD; }

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

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