Html Css Color HEX #298ACD Curious Blue

📋 copy color: '#298ACD'

red 41 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #298ACD

Tints of Curious Blue #298ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 10.68%
G = 35.94%
B = 53.39%

CMYK

 C value IS 0.8

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298ACD (or 0x298ACD) is known color: Curious Blue. HEX triplet: 29, 8A and CD. RGB value is (41,138,205). Sum of RGB (Red+Green+Blue) = 41+138+205=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #298ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ACD is #D67532. Grayscale: #747474. Windows color (decimal): -14054707 or 13470249. OLE color: 13470249.

HSL color Cylindrical-coordinate representation of color #298ACD: hue angle of 204.51º degrees, saturation: 0.67, 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 #298ACD is Cyan = 0.8, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 138 205 -
CMYK 0.8 0.33 0 0.20
HSL 204.51º 0.67% 0.48% -
HSV(B) 204.51º 0.8% 0.8% -
XYZ 21.02 23.06 61.1 -
YUV 116.64 177.86 74.05 -
System Red Green Blue C M Y K H S L
Decimal 41 138 205 0.8 0.33 0 0.20 204.51 0.67 0.48
Hex 29 8A CD 50 21 0 14 CD 43 30
Octal 51 212 315 120 41 0 24 315 103 60
Binary 101001 10001010 11001101 1010000 100001 0 10100 11001101 1000011 110000

Color Harmonies of #298ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ACD

Black with #298ACD

Text Example


Text Example

White with #298ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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