Html Css Color HEX #298DBB Pelorous

📋 copy color: '#298DBB'

red 41 ◦ green 141 ◦ blue 187

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

Shades of Pelorous #298DBB

Tints of Pelorous #298DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 11.11%
G = 38.21%
B = 50.68%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#298DBB (or 0x298DBB) is known color: Pelorous. HEX triplet: 29, 8D and BB. RGB value is (41,141,187). Sum of RGB (Red+Green+Blue) = 41+141+187=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #298DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DBB is #D67244. Grayscale: #747474. Windows color (decimal): -14053957 or 12291369. OLE color: 12291369.

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

Color convert

RGB 41 141 187 -
CMYK 0.78 0.25 0 0.27
HSL 198.9º 0.64% 0.45% -
HSV(B) 198.9º 0.78% 0.73% -
XYZ 19.41 23.11 50.45 -
YUV 116.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 41 141 187 0.78 0.25 0 0.27 198.9 0.64 0.45
Hex 29 8D BB 4E 19 0 1B C7 40 2D
Octal 51 215 273 116 31 0 33 307 100 55
Binary 101001 10001101 10111011 1001110 11001 0 11011 11000111 1000000 101101

Color Harmonies of #298DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DBB

Black with #298DBB

Text Example


Text Example

White with #298DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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