Html Css Color HEX #298BC9 Curious Blue

📋 copy color: '#298BC9'

red 41 ◦ green 139 ◦ blue 201

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

Shades of Curious Blue #298BC9

Tints of Curious Blue #298BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 10.76%
G = 36.48%
B = 52.76%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#298BC9 (or 0x298BC9) is known color: Curious Blue. HEX triplet: 29, 8B and C9. RGB value is (41,139,201). Sum of RGB (Red+Green+Blue) = 41+139+201=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #298BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BC9 is #D67436. Grayscale: #747474. Windows color (decimal): -14054455 or 13208361. OLE color: 13208361.

HSL color Cylindrical-coordinate representation of color #298BC9: hue angle of 203.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298BC9 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 139 201 -
CMYK 0.80 0.31 0 0.21
HSL 203.25º 0.66% 0.47% -
HSV(B) 203.25º 0.8% 0.79% -
XYZ 20.69 23.15 58.64 -
YUV 116.77 175.53 73.96 -
System Red Green Blue C M Y K H S L
Decimal 41 139 201 0.80 0.31 0 0.21 203.25 0.66 0.47
Hex 29 8B C9 50 1F 0 15 CB 42 2F
Octal 51 213 311 120 37 0 25 313 102 57
Binary 101001 10001011 11001001 1010000 11111 0 10101 11001011 1000010 101111

Color Harmonies of #298BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BC9

Black with #298BC9

Text Example


Text Example

White with #298BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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