Html Css Color HEX #2D7ABB Curious Blue

📋 copy color: '#2D7ABB'

red 45 ◦ green 122 ◦ blue 187

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

Shades of Curious Blue #2D7ABB

Tints of Curious Blue #2D7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 12.71%
G = 34.46%
B = 52.82%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2D7ABB (or 0x2D7ABB) is known color: Curious Blue. HEX triplet: 2D, 7A and BB. RGB value is (45,122,187). Sum of RGB (Red+Green+Blue) = 45+122+187=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D7ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7ABB is #D28544. Grayscale: #6A6A6A. Windows color (decimal): -13796677 or 12286509. OLE color: 12286509.

HSL color Cylindrical-coordinate representation of color #2D7ABB: hue angle of 207.46º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D7ABB is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 122 187 -
CMYK 0.76 0.35 0 0.27
HSL 207.46º 0.61% 0.45% -
HSV(B) 207.46º 0.76% 0.73% -
XYZ 17.01 18.06 49.6 -
YUV 106.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 45 122 187 0.76 0.35 0 0.27 207.46 0.61 0.45
Hex 2D 7A BB 4C 23 0 1B CF 3D 2D
Octal 55 172 273 114 43 0 33 317 75 55
Binary 101101 1111010 10111011 1001100 100011 0 11011 11001111 111101 101101

Color Harmonies of #2D7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7ABB

Black with #2D7ABB

Text Example


Text Example

White with #2D7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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