Html Css Color HEX #298FCE Curious Blue

📋 copy color: '#298FCE'

red 41 ◦ green 143 ◦ blue 206

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

Shades of Curious Blue #298FCE

Tints of Curious Blue #298FCE

RGB

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

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

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

R = 10.51%
G = 36.67%
B = 52.82%

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

#298FCE (or 0x298FCE) is known color: Curious Blue. HEX triplet: 29, 8F and CE. RGB value is (41,143,206). Sum of RGB (Red+Green+Blue) = 41+143+206=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #298FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FCE is #D67031. Grayscale: #777777. Windows color (decimal): -14053426 or 13537065. OLE color: 13537065.

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

Color convert

RGB 41 143 206 -
CMYK 0.80 0.31 0 0.19
HSL 202.91º 0.67% 0.48% -
HSV(B) 202.91º 0.8% 0.81% -
XYZ 21.88 24.57 61.98 -
YUV 119.68 176.71 71.88 -
System Red Green Blue C M Y K H S L
Decimal 41 143 206 0.80 0.31 0 0.19 202.91 0.67 0.48
Hex 29 8F CE 50 1F 0 13 CB 43 30
Octal 51 217 316 120 37 0 23 313 103 60
Binary 101001 10001111 11001110 1010000 11111 0 10011 11001011 1000011 110000

Color Harmonies of #298FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FCE

Black with #298FCE

Text Example


Text Example

White with #298FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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