Html Css Color HEX #298FBC Pelorous

📋 copy color: '#298FBC'

red 41 ◦ green 143 ◦ blue 188

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

Shades of Pelorous #298FBC

Tints of Pelorous #298FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 11.02%
G = 38.44%
B = 50.54%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#298FBC (or 0x298FBC) is known color: Pelorous. HEX triplet: 29, 8F and BC. RGB value is (41,143,188). Sum of RGB (Red+Green+Blue) = 41+143+188=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #298FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FBC is #D67043. Grayscale: #757575. Windows color (decimal): -14053444 or 12357417. OLE color: 12357417.

HSL color Cylindrical-coordinate representation of color #298FBC: hue angle of 198.37º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298FBC is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 143 188 -
CMYK 0.78 0.24 0 0.26
HSL 198.37º 0.64% 0.45% -
HSV(B) 198.37º 0.78% 0.74% -
XYZ 19.81 23.75 51.12 -
YUV 117.63 167.71 73.34 -
System Red Green Blue C M Y K H S L
Decimal 41 143 188 0.78 0.24 0 0.26 198.37 0.64 0.45
Hex 29 8F BC 4E 18 0 1A C6 40 2D
Octal 51 217 274 116 30 0 32 306 100 55
Binary 101001 10001111 10111100 1001110 11000 0 11010 11000110 1000000 101101

Color Harmonies of #298FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FBC

Black with #298FBC

Text Example


Text Example

White with #298FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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