Html Css Color HEX #298ECD Curious Blue

📋 copy color: '#298ECD'

red 41 ◦ green 142 ◦ blue 205

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

Shades of Curious Blue #298ECD

Tints of Curious Blue #298ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 10.57%
G = 36.6%
B = 52.84%

CMYK

 C value IS 0.8

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298ECD (or 0x298ECD) is known color: Curious Blue. HEX triplet: 29, 8E and CD. RGB value is (41,142,205). Sum of RGB (Red+Green+Blue) = 41+142+205=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #298ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECD is #D67132. Grayscale: #767676. Windows color (decimal): -14053683 or 13471273. OLE color: 13471273.

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

Color convert

RGB 41 142 205 -
CMYK 0.8 0.31 0 0.20
HSL 203.05º 0.67% 0.48% -
HSV(B) 203.05º 0.8% 0.8% -
XYZ 21.61 24.23 61.29 -
YUV 118.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 41 142 205 0.8 0.31 0 0.20 203.05 0.67 0.48
Hex 29 8E CD 50 1F 0 14 CB 43 30
Octal 51 216 315 120 37 0 24 313 103 60
Binary 101001 10001110 11001101 1010000 11111 0 10100 11001011 1000011 110000

Color Harmonies of #298ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ECD

Black with #298ECD

Text Example


Text Example

White with #298ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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