Html Css Color HEX #298ECE Curious Blue

📋 copy color: '#298ECE'

red 41 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #298ECE

Tints of Curious Blue #298ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 10.54%
G = 36.5%
B = 52.96%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#298ECE (or 0x298ECE) is known color: Curious Blue. HEX triplet: 29, 8E and CE. RGB value is (41,142,206). Sum of RGB (Red+Green+Blue) = 41+142+206=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #298ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECE is #D67131. Grayscale: #767676. Windows color (decimal): -14053682 or 13536809. OLE color: 13536809.

HSL color Cylindrical-coordinate representation of color #298ECE: hue angle of 203.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298ECE is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 142 206 -
CMYK 0.80 0.31 0 0.19
HSL 203.27º 0.67% 0.48% -
HSV(B) 203.27º 0.8% 0.81% -
XYZ 21.73 24.27 61.93 -
YUV 119.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 41 142 206 0.80 0.31 0 0.19 203.27 0.67 0.48
Hex 29 8E CE 50 1F 0 13 CB 43 30
Octal 51 216 316 120 37 0 23 313 103 60
Binary 101001 10001110 11001110 1010000 11111 0 10011 11001011 1000011 110000

Color Harmonies of #298ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ECE

Black with #298ECE

Text Example


Text Example

White with #298ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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