Html Css Color HEX #298ABC Curious Blue

📋 copy color: '#298ABC'

red 41 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #298ABC

Tints of Curious Blue #298ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

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

R = 11.17%
G = 37.6%
B = 51.23%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#298ABC (or 0x298ABC) is known color: Curious Blue. HEX triplet: 29, 8A and BC. RGB value is (41,138,188). Sum of RGB (Red+Green+Blue) = 41+138+188=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #298ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ABC is #D67543. Grayscale: #727272. Windows color (decimal): -14054724 or 12356137. OLE color: 12356137.

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

Color convert

RGB 41 138 188 -
CMYK 0.78 0.27 0 0.26
HSL 200.41º 0.64% 0.45% -
HSV(B) 200.41º 0.78% 0.74% -
XYZ 19.08 22.28 50.87 -
YUV 114.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 41 138 188 0.78 0.27 0 0.26 200.41 0.64 0.45
Hex 29 8A BC 4E 1B 0 1A C8 40 2D
Octal 51 212 274 116 33 0 32 310 100 55
Binary 101001 10001010 10111100 1001110 11011 0 11010 11001000 1000000 101101

Color Harmonies of #298ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ABC

Black with #298ABC

Text Example


Text Example

White with #298ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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