Html Css Color HEX #2A78BE Curious Blue

📋 copy color: '#2A78BE'

red 42 ◦ green 120 ◦ blue 190

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

Shades of Curious Blue #2A78BE

Tints of Curious Blue #2A78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 11.93%
G = 34.09%
B = 53.98%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A78BE (or 0x2A78BE) is known color: Curious Blue. HEX triplet: 2A, 78 and BE. RGB value is (42,120,190). Sum of RGB (Red+Green+Blue) = 42+120+190=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78BE is #D58741. Grayscale: #686868. Windows color (decimal): -13993794 or 12482602. OLE color: 12482602.

HSL color Cylindrical-coordinate representation of color #2A78BE: hue angle of 208.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A78BE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 120 190 -
CMYK 0.78 0.37 0 0.25
HSL 208.38º 0.64% 0.45% -
HSV(B) 208.38º 0.78% 0.75% -
XYZ 16.97 17.64 51.23 -
YUV 104.66 176.16 83.31 -
System Red Green Blue C M Y K H S L
Decimal 42 120 190 0.78 0.37 0 0.25 208.38 0.64 0.45
Hex 2A 78 BE 4E 25 0 19 D0 40 2D
Octal 52 170 276 116 45 0 31 320 100 55
Binary 101010 1111000 10111110 1001110 100101 0 11001 11010000 1000000 101101

Color Harmonies of #2A78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A78BE

Black with #2A78BE

Text Example


Text Example

White with #2A78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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