Html Css Color HEX #298CCD Curious Blue

📋 copy color: '#298CCD'

red 41 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #298CCD

Tints of Curious Blue #298CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

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

R = 10.62%
G = 36.27%
B = 53.11%

CMYK

 C value IS 0.8

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298CCD (or 0x298CCD) is known color: Curious Blue. HEX triplet: 29, 8C and CD. RGB value is (41,140,205). Sum of RGB (Red+Green+Blue) = 41+140+205=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #298CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CCD is #D67332. Grayscale: #757575. Windows color (decimal): -14054195 or 13470761. OLE color: 13470761.

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

Color convert

RGB 41 140 205 -
CMYK 0.8 0.32 0 0.20
HSL 203.78º 0.67% 0.48% -
HSV(B) 203.78º 0.8% 0.8% -
XYZ 21.31 23.64 61.2 -
YUV 117.81 177.2 73.21 -
System Red Green Blue C M Y K H S L
Decimal 41 140 205 0.8 0.32 0 0.20 203.78 0.67 0.48
Hex 29 8C CD 50 20 0 14 CC 43 30
Octal 51 214 315 120 40 0 24 314 103 60
Binary 101001 10001100 11001101 1010000 100000 0 10100 11001100 1000011 110000

Color Harmonies of #298CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CCD

Black with #298CCD

Text Example


Text Example

White with #298CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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