Html Css Color HEX #2D82BE Curious Blue

📋 copy color: '#2D82BE'

red 45 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #2D82BE

Tints of Curious Blue #2D82BE

RGB

 RED value IS 45 (17.97% from 255) = 12.33%

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 12.33%
G = 35.62%
B = 52.05%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D82BE (or 0x2D82BE) is known color: Curious Blue. HEX triplet: 2D, 82 and BE. RGB value is (45,130,190). Sum of RGB (Red+Green+Blue) = 45+130+190=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D82BE is #D27D41. Grayscale: #6F6F6F. Windows color (decimal): -13794626 or 12485165. OLE color: 12485165.

HSL color Cylindrical-coordinate representation of color #2D82BE: hue angle of 204.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D82BE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 130 190 -
CMYK 0.76 0.32 0 0.25
HSL 204.83º 0.62% 0.46% -
HSV(B) 204.83º 0.76% 0.75% -
XYZ 18.36 20.24 51.65 -
YUV 111.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 45 130 190 0.76 0.32 0 0.25 204.83 0.62 0.46
Hex 2D 82 BE 4C 20 0 19 CD 3E 2E
Octal 55 202 276 114 40 0 31 315 76 56
Binary 101101 10000010 10111110 1001100 100000 0 11001 11001101 111110 101110

Color Harmonies of #2D82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D82BE

Black with #2D82BE

Text Example


Text Example

White with #2D82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D82BE; }

 p { color: rgb(45,130,190); }

 H1.HeaderClassName
 {
   color: #2D82BE;
 }
 .AnyTagClassName
 {
   color: #2D82BE;
 }
</style>

background-color css

<style>
 a { background-color: #2D82BE; }

 a { background-color: rgb(45,130,190); }

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

border-color css

<style>
 span { border-color: #2D82BE; }

 span { border-color: rgb(45,130,190); }

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