Html Css Color HEX #298ACB Curious Blue

📋 copy color: '#298ACB'

red 41 ◦ green 138 ◦ blue 203

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

Shades of Curious Blue #298ACB

Tints of Curious Blue #298ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 10.73%
G = 36.13%
B = 53.14%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298ACB (or 0x298ACB) is known color: Curious Blue. HEX triplet: 29, 8A and CB. RGB value is (41,138,203). Sum of RGB (Red+Green+Blue) = 41+138+203=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #298ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ACB is #D67534. Grayscale: #747474. Windows color (decimal): -14054709 or 13339177. OLE color: 13339177.

HSL color Cylindrical-coordinate representation of color #298ACB: hue angle of 204.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298ACB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 138 203 -
CMYK 0.80 0.32 0 0.20
HSL 204.07º 0.66% 0.48% -
HSV(B) 204.07º 0.8% 0.8% -
XYZ 20.78 22.96 59.84 -
YUV 116.41 176.86 74.21 -
System Red Green Blue C M Y K H S L
Decimal 41 138 203 0.80 0.32 0 0.20 204.07 0.66 0.48
Hex 29 8A CB 50 20 0 14 CC 42 30
Octal 51 212 313 120 40 0 24 314 102 60
Binary 101001 10001010 11001011 1010000 100000 0 10100 11001100 1000010 110000

Color Harmonies of #298ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ACB

Black with #298ACB

Text Example


Text Example

White with #298ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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