Html Css Color HEX #2983CB Curious Blue

📋 copy color: '#2983CB'

red 41 ◦ green 131 ◦ blue 203

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

Shades of Curious Blue #2983CB

Tints of Curious Blue #2983CB

RGB

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

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

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

R = 10.93%
G = 34.93%
B = 54.13%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2983CB (or 0x2983CB) is known color: Curious Blue. HEX triplet: 29, 83 and CB. RGB value is (41,131,203). Sum of RGB (Red+Green+Blue) = 41+131+203=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #2983CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983CB is #D67C34. Grayscale: #6F6F6F. Windows color (decimal): -14056501 or 13337385. OLE color: 13337385.

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

Color convert

RGB 41 131 203 -
CMYK 0.80 0.35 0 0.20
HSL 206.67º 0.66% 0.48% -
HSV(B) 206.67º 0.8% 0.8% -
XYZ 19.81 21.02 59.51 -
YUV 112.3 179.18 77.15 -
System Red Green Blue C M Y K H S L
Decimal 41 131 203 0.80 0.35 0 0.20 206.67 0.66 0.48
Hex 29 83 CB 50 23 0 14 CF 42 30
Octal 51 203 313 120 43 0 24 317 102 60
Binary 101001 10000011 11001011 1010000 100011 0 10100 11001111 1000010 110000

Color Harmonies of #2983CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983CB

Black with #2983CB

Text Example


Text Example

White with #2983CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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