Html Css Color HEX #298FBE Pelorous

📋 copy color: '#298FBE'

red 41 ◦ green 143 ◦ blue 190

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

Shades of Pelorous #298FBE

Tints of Pelorous #298FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 10.96%
G = 38.24%
B = 50.8%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#298FBE (or 0x298FBE) is known color: Pelorous. HEX triplet: 29, 8F and BE. RGB value is (41,143,190). Sum of RGB (Red+Green+Blue) = 41+143+190=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #298FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FBE is #D67041. Grayscale: #757575. Windows color (decimal): -14053442 or 12488489. OLE color: 12488489.

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

Color convert

RGB 41 143 190 -
CMYK 0.78 0.25 0 0.25
HSL 198.93º 0.65% 0.45% -
HSV(B) 198.93º 0.78% 0.75% -
XYZ 20.03 23.83 52.26 -
YUV 117.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 41 143 190 0.78 0.25 0 0.25 198.93 0.65 0.45
Hex 29 8F BE 4E 19 0 19 C7 41 2D
Octal 51 217 276 116 31 0 31 307 101 55
Binary 101001 10001111 10111110 1001110 11001 0 11001 11000111 1000001 101101

Color Harmonies of #298FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FBE

Black with #298FBE

Text Example


Text Example

White with #298FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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