Html Css Color HEX #298FBF Pelorous

📋 copy color: '#298FBF'

red 41 ◦ green 143 ◦ blue 191

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

Shades of Pelorous #298FBF

Tints of Pelorous #298FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 10.93%
G = 38.13%
B = 50.93%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#298FBF (or 0x298FBF) is known color: Pelorous. HEX triplet: 29, 8F and BF. RGB value is (41,143,191). Sum of RGB (Red+Green+Blue) = 41+143+191=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #298FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FBF is #D67040. Grayscale: #757575. Windows color (decimal): -14053441 or 12554025. OLE color: 12554025.

HSL color Cylindrical-coordinate representation of color #298FBF: hue angle of 199.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #298FBF is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 143 191 -
CMYK 0.79 0.25 0 0.25
HSL 199.2º 0.65% 0.45% -
HSV(B) 199.2º 0.79% 0.75% -
XYZ 20.14 23.88 52.84 -
YUV 117.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 41 143 191 0.79 0.25 0 0.25 199.2 0.65 0.45
Hex 29 8F BF 4F 19 0 19 C7 41 2D
Octal 51 217 277 117 31 0 31 307 101 55
Binary 101001 10001111 10111111 1001111 11001 0 11001 11000111 1000001 101101

Color Harmonies of #298FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FBF

Black with #298FBF

Text Example


Text Example

White with #298FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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