Html Css Color HEX #298EC8 Curious Blue

📋 copy color: '#298EC8'

red 41 ◦ green 142 ◦ blue 200

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

Shades of Curious Blue #298EC8

Tints of Curious Blue #298EC8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 200 (78.52% from 255) = 52.22%

R = 10.7%
G = 37.08%
B = 52.22%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#298EC8 (or 0x298EC8) is known color: Curious Blue. HEX triplet: 29, 8E and C8. RGB value is (41,142,200). Sum of RGB (Red+Green+Blue) = 41+142+200=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #298EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EC8 is #D67137. Grayscale: #767676. Windows color (decimal): -14053688 or 13143593. OLE color: 13143593.

HSL color Cylindrical-coordinate representation of color #298EC8: hue angle of 201.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298EC8 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 142 200 -
CMYK 0.80 0.29 0 0.22
HSL 201.89º 0.66% 0.47% -
HSV(B) 201.89º 0.8% 0.78% -
XYZ 21.01 23.99 58.17 -
YUV 118.41 174.04 72.78 -
System Red Green Blue C M Y K H S L
Decimal 41 142 200 0.80 0.29 0 0.22 201.89 0.66 0.47
Hex 29 8E C8 50 1D 0 16 CA 42 2F
Octal 51 216 310 120 35 0 26 312 102 57
Binary 101001 10001110 11001000 1010000 11101 0 10110 11001010 1000010 101111

Color Harmonies of #298EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EC8

Black with #298EC8

Text Example


Text Example

White with #298EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,200); }

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

background-color css

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

 a { background-color: rgb(41,142,200); }

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

border-color css

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

 span { border-color: rgb(41,142,200); }

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