Html Css Color HEX #2A7DB9 Curious Blue

📋 copy color: '#2A7DB9'

red 42 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #2A7DB9

Tints of Curious Blue #2A7DB9

RGB

 RED value IS 42 (16.8% from 255) = 11.93%

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

 BLUE value IS 185 (72.66% from 255) = 52.56%

R = 11.93%
G = 35.51%
B = 52.56%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A7DB9 (or 0x2A7DB9) is known color: Curious Blue. HEX triplet: 2A, 7D and B9. RGB value is (42,125,185). Sum of RGB (Red+Green+Blue) = 42+125+185=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A7DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7DB9 is #D58246. Grayscale: #6A6A6A. Windows color (decimal): -13992519 or 12156202. OLE color: 12156202.

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

Color convert

RGB 42 125 185 -
CMYK 0.77 0.32 0 0.27
HSL 205.17º 0.63% 0.45% -
HSV(B) 205.17º 0.77% 0.73% -
XYZ 17.05 18.66 48.6 -
YUV 107.02 172 81.62 -
System Red Green Blue C M Y K H S L
Decimal 42 125 185 0.77 0.32 0 0.27 205.17 0.63 0.45
Hex 2A 7D B9 4D 20 0 1B CD 3F 2D
Octal 52 175 271 115 40 0 33 315 77 55
Binary 101010 1111101 10111001 1001101 100000 0 11011 11001101 111111 101101

Color Harmonies of #2A7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7DB9

Black with #2A7DB9

Text Example


Text Example

White with #2A7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,125,185); }

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

background-color css

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

 a { background-color: rgb(42,125,185); }

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

border-color css

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

 span { border-color: rgb(42,125,185); }

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