Html Css Color HEX #298ECC Curious Blue

📋 copy color: '#298ECC'

red 41 ◦ green 142 ◦ blue 204

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

Shades of Curious Blue #298ECC

Tints of Curious Blue #298ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 10.59%
G = 36.69%
B = 52.71%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#298ECC (or 0x298ECC) is known color: Curious Blue. HEX triplet: 29, 8E and CC. RGB value is (41,142,204). Sum of RGB (Red+Green+Blue) = 41+142+204=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #298ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECC is #D67133. Grayscale: #767676. Windows color (decimal): -14053684 or 13405737. OLE color: 13405737.

HSL color Cylindrical-coordinate representation of color #298ECC: hue angle of 202.82º 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 #298ECC is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 142 204 -
CMYK 0.80 0.30 0 0.2
HSL 202.82º 0.67% 0.48% -
HSV(B) 202.82º 0.8% 0.8% -
XYZ 21.49 24.18 60.66 -
YUV 118.87 176.04 72.46 -
System Red Green Blue C M Y K H S L
Decimal 41 142 204 0.80 0.30 0 0.2 202.82 0.67 0.48
Hex 29 8E CC 50 1E 0 14 CB 43 30
Octal 51 216 314 120 36 0 24 313 103 60
Binary 101001 10001110 11001100 1010000 11110 0 10100 11001011 1000011 110000

Color Harmonies of #298ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ECC

Black with #298ECC

Text Example


Text Example

White with #298ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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