Html Css Color HEX #298BCB Curious Blue

📋 copy color: '#298BCB'

red 41 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #298BCB

Tints of Curious Blue #298BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

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

R = 10.7%
G = 36.29%
B = 53%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298BCB (or 0x298BCB) is known color: Curious Blue. HEX triplet: 29, 8B and CB. RGB value is (41,139,203). Sum of RGB (Red+Green+Blue) = 41+139+203=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #298BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BCB is #D67434. Grayscale: #747474. Windows color (decimal): -14054453 or 13339433. OLE color: 13339433.

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

Color convert

RGB 41 139 203 -
CMYK 0.80 0.32 0 0.20
HSL 203.7º 0.66% 0.48% -
HSV(B) 203.7º 0.8% 0.8% -
XYZ 20.93 23.25 59.88 -
YUV 116.99 176.53 73.8 -
System Red Green Blue C M Y K H S L
Decimal 41 139 203 0.80 0.32 0 0.20 203.7 0.66 0.48
Hex 29 8B CB 50 20 0 14 CC 42 30
Octal 51 213 313 120 40 0 24 314 102 60
Binary 101001 10001011 11001011 1010000 100000 0 10100 11001100 1000010 110000

Color Harmonies of #298BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BCB

Black with #298BCB

Text Example


Text Example

White with #298BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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