Html Css Color HEX #2A7BBA Curious Blue

📋 copy color: '#2A7BBA'

red 42 ◦ green 123 ◦ blue 186

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

Shades of Curious Blue #2A7BBA

Tints of Curious Blue #2A7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 11.97%
G = 35.04%
B = 52.99%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A7BBA (or 0x2A7BBA) is known color: Curious Blue. HEX triplet: 2A, 7B and BA. RGB value is (42,123,186). Sum of RGB (Red+Green+Blue) = 42+123+186=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7BBA is #D58445. Grayscale: #696969. Windows color (decimal): -13993030 or 12221226. OLE color: 12221226.

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

Color convert

RGB 42 123 186 -
CMYK 0.77 0.34 0 0.27
HSL 206.25º 0.63% 0.45% -
HSV(B) 206.25º 0.77% 0.73% -
XYZ 16.9 18.2 49.08 -
YUV 105.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 42 123 186 0.77 0.34 0 0.27 206.25 0.63 0.45
Hex 2A 7B BA 4D 22 0 1B CE 3F 2D
Octal 52 173 272 115 42 0 33 316 77 55
Binary 101010 1111011 10111010 1001101 100010 0 11011 11001110 111111 101101

Color Harmonies of #2A7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7BBA

Black with #2A7BBA

Text Example


Text Example

White with #2A7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,123,186); }

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

background-color css

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

 a { background-color: rgb(42,123,186); }

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

border-color css

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

 span { border-color: rgb(42,123,186); }

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