Html Css Color HEX #2D7FAB Curious Blue

📋 copy color: '#2D7FAB'

red 45 ◦ green 127 ◦ blue 171

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

Shades of Curious Blue #2D7FAB

Tints of Curious Blue #2D7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 13.12%
G = 37.03%
B = 49.85%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D7FAB (or 0x2D7FAB) is known color: Curious Blue. HEX triplet: 2D, 7F and AB. RGB value is (45,127,171). Sum of RGB (Red+Green+Blue) = 45+127+171=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7FAB is #D28054. Grayscale: #6B6B6B. Windows color (decimal): -13795413 or 11239213. OLE color: 11239213.

HSL color Cylindrical-coordinate representation of color #2D7FAB: hue angle of 200.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D7FAB is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 127 171 -
CMYK 0.74 0.26 0 0.33
HSL 200.95º 0.58% 0.42% -
HSV(B) 200.95º 0.74% 0.67% -
XYZ 16.02 18.68 41.29 -
YUV 107.5 163.83 83.42 -
System Red Green Blue C M Y K H S L
Decimal 45 127 171 0.74 0.26 0 0.33 200.95 0.58 0.42
Hex 2D 7F AB 4A 1A 0 21 C9 3A 2A
Octal 55 177 253 112 32 0 41 311 72 52
Binary 101101 1111111 10101011 1001010 11010 0 100001 11001001 111010 101010

Color Harmonies of #2D7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7FAB

Black with #2D7FAB

Text Example


Text Example

White with #2D7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,127,171); }

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

background-color css

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

 a { background-color: rgb(45,127,171); }

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

border-color css

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

 span { border-color: rgb(45,127,171); }

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