Html Css Color HEX #2D7ABE Curious Blue

📋 copy color: '#2D7ABE'

red 45 ◦ green 122 ◦ blue 190

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

Shades of Curious Blue #2D7ABE

Tints of Curious Blue #2D7ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

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

R = 12.61%
G = 34.17%
B = 53.22%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D7ABE (or 0x2D7ABE) is known color: Curious Blue. HEX triplet: 2D, 7A and BE. RGB value is (45,122,190). Sum of RGB (Red+Green+Blue) = 45+122+190=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7ABE is #D28541. Grayscale: #6A6A6A. Windows color (decimal): -13796674 or 12483117. OLE color: 12483117.

HSL color Cylindrical-coordinate representation of color #2D7ABE: hue angle of 208.14º 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 #2D7ABE is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 122 190 -
CMYK 0.76 0.36 0 0.25
HSL 208.14º 0.62% 0.46% -
HSV(B) 208.14º 0.76% 0.75% -
XYZ 17.34 18.19 51.31 -
YUV 106.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 45 122 190 0.76 0.36 0 0.25 208.14 0.62 0.46
Hex 2D 7A BE 4C 24 0 19 D0 3E 2E
Octal 55 172 276 114 44 0 31 320 76 56
Binary 101101 1111010 10111110 1001100 100100 0 11001 11010000 111110 101110

Color Harmonies of #2D7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7ABE

Black with #2D7ABE

Text Example


Text Example

White with #2D7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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