Html Css Color HEX #298BCF Curious Blue

📋 copy color: '#298BCF'

red 41 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #298BCF

Tints of Curious Blue #298BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 10.59%
G = 35.92%
B = 53.49%

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

#298BCF (or 0x298BCF) is known color: Curious Blue. HEX triplet: 29, 8B and CF. RGB value is (41,139,207). Sum of RGB (Red+Green+Blue) = 41+139+207=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #298BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BCF is #D67430. Grayscale: #757575. Windows color (decimal): -14054449 or 13601577. OLE color: 13601577.

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

Color convert

RGB 41 139 207 -
CMYK 0.80 0.33 0 0.19
HSL 204.58º 0.67% 0.49% -
HSV(B) 204.58º 0.8% 0.81% -
XYZ 21.41 23.44 62.43 -
YUV 117.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 41 139 207 0.80 0.33 0 0.19 204.58 0.67 0.49
Hex 29 8B CF 50 21 0 13 CD 43 31
Octal 51 213 317 120 41 0 23 315 103 61
Binary 101001 10001011 11001111 1010000 100001 0 10011 11001101 1000011 110001

Color Harmonies of #298BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BCF

Black with #298BCF

Text Example


Text Example

White with #298BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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