Html Css Color HEX #2983BF Curious Blue

📋 copy color: '#2983BF'

red 41 ◦ green 131 ◦ blue 191

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

Shades of Curious Blue #2983BF

Tints of Curious Blue #2983BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 11.29%
G = 36.09%
B = 52.62%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2983BF (or 0x2983BF) is known color: Curious Blue. HEX triplet: 29, 83 and BF. RGB value is (41,131,191). Sum of RGB (Red+Green+Blue) = 41+131+191=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #2983BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983BF is #D67C40. Grayscale: #6E6E6E. Windows color (decimal): -14056513 or 12550953. OLE color: 12550953.

HSL color Cylindrical-coordinate representation of color #2983BF: hue angle of 204º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2983BF is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 131 191 -
CMYK 0.79 0.31 0 0.25
HSL 204º 0.65% 0.45% -
HSV(B) 204º 0.79% 0.75% -
XYZ 18.43 20.47 52.27 -
YUV 110.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 41 131 191 0.79 0.31 0 0.25 204 0.65 0.45
Hex 29 83 BF 4F 1F 0 19 CC 41 2D
Octal 51 203 277 117 37 0 31 314 101 55
Binary 101001 10000011 10111111 1001111 11111 0 11001 11001100 1000001 101101

Color Harmonies of #2983BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983BF

Black with #2983BF

Text Example


Text Example

White with #2983BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2983BF; }

 p { color: rgb(41,131,191); }

 H1.HeaderClassName
 {
   color: #2983BF;
 }
 .AnyTagClassName
 {
   color: #2983BF;
 }
</style>

background-color css

<style>
 a { background-color: #2983BF; }

 a { background-color: rgb(41,131,191); }

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

border-color css

<style>
 span { border-color: #2983BF; }

 span { border-color: rgb(41,131,191); }

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