Html Css Color HEX #298ECB Curious Blue

📋 copy color: '#298ECB'

red 41 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #298ECB

Tints of Curious Blue #298ECB

RGB

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

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

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

R = 10.62%
G = 36.79%
B = 52.59%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298ECB (or 0x298ECB) is known color: Curious Blue. HEX triplet: 29, 8E and CB. RGB value is (41,142,203). Sum of RGB (Red+Green+Blue) = 41+142+203=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #298ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECB is #D67134. Grayscale: #767676. Windows color (decimal): -14053685 or 13340201. OLE color: 13340201.

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

Color convert

RGB 41 142 203 -
CMYK 0.80 0.30 0 0.20
HSL 202.59º 0.66% 0.48% -
HSV(B) 202.59º 0.8% 0.8% -
XYZ 21.37 24.13 60.03 -
YUV 118.76 175.54 72.54 -
System Red Green Blue C M Y K H S L
Decimal 41 142 203 0.80 0.30 0 0.20 202.59 0.66 0.48
Hex 29 8E CB 50 1E 0 14 CB 42 30
Octal 51 216 313 120 36 0 24 313 102 60
Binary 101001 10001110 11001011 1010000 11110 0 10100 11001011 1000010 110000

Color Harmonies of #298ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ECB

Black with #298ECB

Text Example


Text Example

White with #298ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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