Html Css Color HEX #298BCE Curious Blue

📋 copy color: '#298BCE'

red 41 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #298BCE

Tints of Curious Blue #298BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 10.62%
G = 36.01%
B = 53.37%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#298BCE (or 0x298BCE) is known color: Curious Blue. HEX triplet: 29, 8B and CE. RGB value is (41,139,206). Sum of RGB (Red+Green+Blue) = 41+139+206=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #298BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BCE is #D67431. Grayscale: #747474. Windows color (decimal): -14054450 or 13536041. OLE color: 13536041.

HSL color Cylindrical-coordinate representation of color #298BCE: hue angle of 204.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298BCE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 139 206 -
CMYK 0.80 0.33 0 0.19
HSL 204.36º 0.67% 0.48% -
HSV(B) 204.36º 0.8% 0.81% -
XYZ 21.29 23.39 61.79 -
YUV 117.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 41 139 206 0.80 0.33 0 0.19 204.36 0.67 0.48
Hex 29 8B CE 50 21 0 13 CC 43 30
Octal 51 213 316 120 41 0 23 314 103 60
Binary 101001 10001011 11001110 1010000 100001 0 10011 11001100 1000011 110000

Color Harmonies of #298BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BCE

Black with #298BCE

Text Example


Text Example

White with #298BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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