Html Css Color HEX #2983DA Curious Blue

📋 copy color: '#2983DA'

red 41 ◦ green 131 ◦ blue 218

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

Shades of Curious Blue #2983DA

Tints of Curious Blue #2983DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 10.51%
G = 33.59%
B = 55.9%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2983DA (or 0x2983DA) is known color: Curious Blue. HEX triplet: 29, 83 and DA. RGB value is (41,131,218). Sum of RGB (Red+Green+Blue) = 41+131+218=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #2983DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983DA is #D67C25. Grayscale: #717171. Windows color (decimal): -14056486 or 14320425. OLE color: 14320425.

HSL color Cylindrical-coordinate representation of color #2983DA: hue angle of 209.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2983DA is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 131 218 -
CMYK 0.81 0.40 0 0.15
HSL 209.49º 0.71% 0.51% -
HSV(B) 209.49º 0.81% 0.85% -
XYZ 21.69 21.77 69.39 -
YUV 114.01 186.68 75.93 -
System Red Green Blue C M Y K H S L
Decimal 41 131 218 0.81 0.40 0 0.15 209.49 0.71 0.51
Hex 29 83 DA 51 28 0 F D1 47 33
Octal 51 203 332 121 50 0 17 321 107 63
Binary 101001 10000011 11011010 1010001 101000 0 1111 11010001 1000111 110011

Color Harmonies of #2983DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983DA

Black with #2983DA

Text Example


Text Example

White with #2983DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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