Html Css Color HEX #2D7DBE Curious Blue

📋 copy color: '#2D7DBE'

red 45 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #2D7DBE

Tints of Curious Blue #2D7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

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

R = 12.5%
G = 34.72%
B = 52.78%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D7DBE (or 0x2D7DBE) is known color: Curious Blue. HEX triplet: 2D, 7D and BE. RGB value is (45,125,190). Sum of RGB (Red+Green+Blue) = 45+125+190=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7DBE is #D28241. Grayscale: #6C6C6C. Windows color (decimal): -13795906 or 12483885. OLE color: 12483885.

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

Color convert

RGB 45 125 190 -
CMYK 0.76 0.34 0 0.25
HSL 206.9º 0.62% 0.46% -
HSV(B) 206.9º 0.76% 0.75% -
XYZ 17.71 18.94 51.44 -
YUV 108.49 174 82.71 -
System Red Green Blue C M Y K H S L
Decimal 45 125 190 0.76 0.34 0 0.25 206.9 0.62 0.46
Hex 2D 7D BE 4C 22 0 19 CF 3E 2E
Octal 55 175 276 114 42 0 31 317 76 56
Binary 101101 1111101 10111110 1001100 100010 0 11001 11001111 111110 101110

Color Harmonies of #2D7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7DBE

Black with #2D7DBE

Text Example


Text Example

White with #2D7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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