Html Css Color HEX #298ABD Curious Blue

📋 copy color: '#298ABD'

red 41 ◦ green 138 ◦ blue 189

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

Shades of Curious Blue #298ABD

Tints of Curious Blue #298ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 11.14%
G = 37.5%
B = 51.36%

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

#298ABD (or 0x298ABD) is known color: Curious Blue. HEX triplet: 29, 8A and BD. RGB value is (41,138,189). Sum of RGB (Red+Green+Blue) = 41+138+189=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #298ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ABD is #D67542. Grayscale: #727272. Windows color (decimal): -14054723 or 12421673. OLE color: 12421673.

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

Color convert

RGB 41 138 189 -
CMYK 0.78 0.27 0 0.26
HSL 200.68º 0.64% 0.45% -
HSV(B) 200.68º 0.78% 0.74% -
XYZ 19.19 22.32 51.44 -
YUV 114.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 41 138 189 0.78 0.27 0 0.26 200.68 0.64 0.45
Hex 29 8A BD 4E 1B 0 1A C9 40 2D
Octal 51 212 275 116 33 0 32 311 100 55
Binary 101001 10001010 10111101 1001110 11011 0 11010 11001001 1000000 101101

Color Harmonies of #298ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ABD

Black with #298ABD

Text Example


Text Example

White with #298ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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