Html Css Color HEX #298CCB Curious Blue

📋 copy color: '#298CCB'

red 41 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #298CCB

Tints of Curious Blue #298CCB

RGB

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

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

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

R = 10.68%
G = 36.46%
B = 52.86%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#298CCB (or 0x298CCB) is known color: Curious Blue. HEX triplet: 29, 8C and CB. RGB value is (41,140,203). Sum of RGB (Red+Green+Blue) = 41+140+203=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #298CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CCB is #D67334. Grayscale: #757575. Windows color (decimal): -14054197 or 13339689. OLE color: 13339689.

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

Color convert

RGB 41 140 203 -
CMYK 0.80 0.31 0 0.20
HSL 203.33º 0.66% 0.48% -
HSV(B) 203.33º 0.8% 0.8% -
XYZ 21.07 23.54 59.93 -
YUV 117.58 176.2 73.38 -
System Red Green Blue C M Y K H S L
Decimal 41 140 203 0.80 0.31 0 0.20 203.33 0.66 0.48
Hex 29 8C CB 50 1F 0 14 CB 42 30
Octal 51 214 313 120 37 0 24 313 102 60
Binary 101001 10001100 11001011 1010000 11111 0 10100 11001011 1000010 110000

Color Harmonies of #298CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CCB

Black with #298CCB

Text Example


Text Example

White with #298CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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