Html Css Color HEX #2A78BA Curious Blue

📋 copy color: '#2A78BA'

red 42 ◦ green 120 ◦ blue 186

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

Shades of Curious Blue #2A78BA

Tints of Curious Blue #2A78BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 12.07%
G = 34.48%
B = 53.45%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A78BA (or 0x2A78BA) is known color: Curious Blue. HEX triplet: 2A, 78 and BA. RGB value is (42,120,186). Sum of RGB (Red+Green+Blue) = 42+120+186=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A78BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78BA is #D58745. Grayscale: #676767. Windows color (decimal): -13993798 or 12220458. OLE color: 12220458.

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

Color convert

RGB 42 120 186 -
CMYK 0.77 0.35 0 0.27
HSL 207.5º 0.63% 0.45% -
HSV(B) 207.5º 0.77% 0.73% -
XYZ 16.53 17.47 48.96 -
YUV 104.2 174.16 83.63 -
System Red Green Blue C M Y K H S L
Decimal 42 120 186 0.77 0.35 0 0.27 207.5 0.63 0.45
Hex 2A 78 BA 4D 23 0 1B D0 3F 2D
Octal 52 170 272 115 43 0 33 320 77 55
Binary 101010 1111000 10111010 1001101 100011 0 11011 11010000 111111 101101

Color Harmonies of #2A78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A78BA

Black with #2A78BA

Text Example


Text Example

White with #2A78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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