Html Css Color HEX #2A7EBB Curious Blue

📋 copy color: '#2A7EBB'

red 42 ◦ green 126 ◦ blue 187

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

Shades of Curious Blue #2A7EBB

Tints of Curious Blue #2A7EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 11.83%
G = 35.49%
B = 52.68%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A7EBB (or 0x2A7EBB) is known color: Curious Blue. HEX triplet: 2A, 7E and BB. RGB value is (42,126,187). Sum of RGB (Red+Green+Blue) = 42+126+187=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A7EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7EBB is #D58144. Grayscale: #6B6B6B. Windows color (decimal): -13992261 or 12287530. OLE color: 12287530.

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

Color convert

RGB 42 126 187 -
CMYK 0.78 0.33 0 0.27
HSL 205.24º 0.63% 0.45% -
HSV(B) 205.24º 0.78% 0.73% -
XYZ 17.39 19 49.77 -
YUV 107.84 172.67 81.04 -
System Red Green Blue C M Y K H S L
Decimal 42 126 187 0.78 0.33 0 0.27 205.24 0.63 0.45
Hex 2A 7E BB 4E 21 0 1B CD 3F 2D
Octal 52 176 273 116 41 0 33 315 77 55
Binary 101010 1111110 10111011 1001110 100001 0 11011 11001101 111111 101101

Color Harmonies of #2A7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7EBB

Black with #2A7EBB

Text Example


Text Example

White with #2A7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,126,187); }

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

background-color css

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

 a { background-color: rgb(42,126,187); }

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

border-color css

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

 span { border-color: rgb(42,126,187); }

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