Html Css Color HEX #298FBB Pelorous

📋 copy color: '#298FBB'

red 41 ◦ green 143 ◦ blue 187

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

Shades of Pelorous #298FBB

Tints of Pelorous #298FBB

RGB

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

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

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

R = 11.05%
G = 38.54%
B = 50.4%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#298FBB (or 0x298FBB) is known color: Pelorous. HEX triplet: 29, 8F and BB. RGB value is (41,143,187). Sum of RGB (Red+Green+Blue) = 41+143+187=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #298FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FBB is #D67044. Grayscale: #757575. Windows color (decimal): -14053445 or 12291881. OLE color: 12291881.

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

Color convert

RGB 41 143 187 -
CMYK 0.78 0.24 0 0.27
HSL 198.08º 0.64% 0.45% -
HSV(B) 198.08º 0.78% 0.73% -
XYZ 19.71 23.7 50.55 -
YUV 117.52 167.21 73.42 -
System Red Green Blue C M Y K H S L
Decimal 41 143 187 0.78 0.24 0 0.27 198.08 0.64 0.45
Hex 29 8F BB 4E 18 0 1B C6 40 2D
Octal 51 217 273 116 30 0 33 306 100 55
Binary 101001 10001111 10111011 1001110 11000 0 11011 11000110 1000000 101101

Color Harmonies of #298FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FBB

Black with #298FBB

Text Example


Text Example

White with #298FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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