Html Css Color HEX #298CCF Curious Blue

📋 copy color: '#298CCF'

red 41 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #298CCF

Tints of Curious Blue #298CCF

RGB

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

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

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

R = 10.57%
G = 36.08%
B = 53.35%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#298CCF (or 0x298CCF) is known color: Curious Blue. HEX triplet: 29, 8C and CF. RGB value is (41,140,207). Sum of RGB (Red+Green+Blue) = 41+140+207=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #298CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CCF is #D67330. Grayscale: #757575. Windows color (decimal): -14054193 or 13601833. OLE color: 13601833.

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

Color convert

RGB 41 140 207 -
CMYK 0.80 0.32 0 0.19
HSL 204.22º 0.67% 0.49% -
HSV(B) 204.22º 0.8% 0.81% -
XYZ 21.56 23.73 62.48 -
YUV 118.04 178.2 73.05 -
System Red Green Blue C M Y K H S L
Decimal 41 140 207 0.80 0.32 0 0.19 204.22 0.67 0.49
Hex 29 8C CF 50 20 0 13 CC 43 31
Octal 51 214 317 120 40 0 23 314 103 61
Binary 101001 10001100 11001111 1010000 100000 0 10011 11001100 1000011 110001

Color Harmonies of #298CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CCF

Black with #298CCF

Text Example


Text Example

White with #298CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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