Html Css Color HEX #298DCB Curious Blue

📋 copy color: '#298DCB'

red 41 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #298DCB

Tints of Curious Blue #298DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 10.65%
G = 36.62%
B = 52.73%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298DCB (or 0x298DCB) is known color: Curious Blue. HEX triplet: 29, 8D and CB. RGB value is (41,141,203). Sum of RGB (Red+Green+Blue) = 41+141+203=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #298DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DCB is #D67234. Grayscale: #757575. Windows color (decimal): -14053941 or 13339945. OLE color: 13339945.

HSL color Cylindrical-coordinate representation of color #298DCB: hue angle of 202.96º degrees, saturation: 0.66, 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 #298DCB is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 141 203 -
CMYK 0.80 0.31 0 0.20
HSL 202.96º 0.66% 0.48% -
HSV(B) 202.96º 0.8% 0.8% -
XYZ 21.22 23.83 59.98 -
YUV 118.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 41 141 203 0.80 0.31 0 0.20 202.96 0.66 0.48
Hex 29 8D CB 50 1F 0 14 CB 42 30
Octal 51 215 313 120 37 0 24 313 102 60
Binary 101001 10001101 11001011 1010000 11111 0 10100 11001011 1000010 110000

Color Harmonies of #298DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DCB

Black with #298DCB

Text Example


Text Example

White with #298DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,141,203); }

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

background-color css

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

 a { background-color: rgb(41,141,203); }

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

border-color css

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

 span { border-color: rgb(41,141,203); }

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