Html Css Color HEX #298FCC Curious Blue

📋 copy color: '#298FCC'

red 41 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #298FCC

Tints of Curious Blue #298FCC

RGB

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

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

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

R = 10.57%
G = 36.86%
B = 52.58%

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

#298FCC (or 0x298FCC) is known color: Curious Blue. HEX triplet: 29, 8F and CC. RGB value is (41,143,204). Sum of RGB (Red+Green+Blue) = 41+143+204=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #298FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FCC is #D67033. Grayscale: #777777. Windows color (decimal): -14053428 or 13405993. OLE color: 13405993.

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

Color convert

RGB 41 143 204 -
CMYK 0.80 0.30 0 0.2
HSL 202.45º 0.67% 0.48% -
HSV(B) 202.45º 0.8% 0.8% -
XYZ 21.64 24.48 60.71 -
YUV 119.46 175.71 72.04 -
System Red Green Blue C M Y K H S L
Decimal 41 143 204 0.80 0.30 0 0.2 202.45 0.67 0.48
Hex 29 8F CC 50 1E 0 14 CA 43 30
Octal 51 217 314 120 36 0 24 312 103 60
Binary 101001 10001111 11001100 1010000 11110 0 10100 11001010 1000011 110000

Color Harmonies of #298FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FCC

Black with #298FCC

Text Example


Text Example

White with #298FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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