Html Css Color HEX #298ECA Curious Blue

📋 copy color: '#298ECA'

red 41 ◦ green 142 ◦ blue 202

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

Shades of Curious Blue #298ECA

Tints of Curious Blue #298ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 10.65%
G = 36.88%
B = 52.47%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#298ECA (or 0x298ECA) is known color: Curious Blue. HEX triplet: 29, 8E and CA. RGB value is (41,142,202). Sum of RGB (Red+Green+Blue) = 41+142+202=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #298ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECA is #D67135. Grayscale: #767676. Windows color (decimal): -14053686 or 13274665. OLE color: 13274665.

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

Color convert

RGB 41 142 202 -
CMYK 0.80 0.30 0 0.21
HSL 202.36º 0.66% 0.48% -
HSV(B) 202.36º 0.8% 0.79% -
XYZ 21.25 24.08 59.41 -
YUV 118.64 175.04 72.62 -
System Red Green Blue C M Y K H S L
Decimal 41 142 202 0.80 0.30 0 0.21 202.36 0.66 0.48
Hex 29 8E CA 50 1E 0 15 CA 42 30
Octal 51 216 312 120 36 0 25 312 102 60
Binary 101001 10001110 11001010 1010000 11110 0 10101 11001010 1000010 110000

Color Harmonies of #298ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ECA

Black with #298ECA

Text Example


Text Example

White with #298ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,202); }

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

background-color css

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

 a { background-color: rgb(41,142,202); }

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

border-color css

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

 span { border-color: rgb(41,142,202); }

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