Html Css Color HEX #298DBC Pelorous

📋 copy color: '#298DBC'

red 41 ◦ green 141 ◦ blue 188

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

Shades of Pelorous #298DBC

Tints of Pelorous #298DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

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

R = 11.08%
G = 38.11%
B = 50.81%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#298DBC (or 0x298DBC) is known color: Pelorous. HEX triplet: 29, 8D and BC. RGB value is (41,141,188). Sum of RGB (Red+Green+Blue) = 41+141+188=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #298DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DBC is #D67243. Grayscale: #747474. Windows color (decimal): -14053956 or 12356905. OLE color: 12356905.

HSL color Cylindrical-coordinate representation of color #298DBC: hue angle of 199.18º 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 #298DBC is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 141 188 -
CMYK 0.78 0.25 0 0.26
HSL 199.18º 0.64% 0.45% -
HSV(B) 199.18º 0.78% 0.74% -
XYZ 19.52 23.15 51.02 -
YUV 116.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 41 141 188 0.78 0.25 0 0.26 199.18 0.64 0.45
Hex 29 8D BC 4E 19 0 1A C7 40 2D
Octal 51 215 274 116 31 0 32 307 100 55
Binary 101001 10001101 10111100 1001110 11001 0 11010 11000111 1000000 101101

Color Harmonies of #298DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DBC

Black with #298DBC

Text Example


Text Example

White with #298DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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