Html Css Color HEX #298FCD Curious Blue

📋 copy color: '#298FCD'

red 41 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #298FCD

Tints of Curious Blue #298FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 10.54%
G = 36.76%
B = 52.7%

CMYK

 C value IS 0.8

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298FCD (or 0x298FCD) is known color: Curious Blue. HEX triplet: 29, 8F and CD. RGB value is (41,143,205). Sum of RGB (Red+Green+Blue) = 41+143+205=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #298FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FCD is #D67032. Grayscale: #777777. Windows color (decimal): -14053427 or 13471529. OLE color: 13471529.

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

Color convert

RGB 41 143 205 -
CMYK 0.8 0.30 0 0.20
HSL 202.68º 0.67% 0.48% -
HSV(B) 202.68º 0.8% 0.8% -
XYZ 21.76 24.52 61.34 -
YUV 119.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 41 143 205 0.8 0.30 0 0.20 202.68 0.67 0.48
Hex 29 8F CD 50 1E 0 14 CB 43 30
Octal 51 217 315 120 36 0 24 313 103 60
Binary 101001 10001111 11001101 1010000 11110 0 10100 11001011 1000011 110000

Color Harmonies of #298FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FCD

Black with #298FCD

Text Example


Text Example

White with #298FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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