Html Css Color HEX #2A78EE Royal Blue

📋 copy color: '#2A78EE'

red 42 ◦ green 120 ◦ blue 238

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

Shades of Royal Blue #2A78EE

Tints of Royal Blue #2A78EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.5%

R = 10.5%
G = 30%
B = 59.5%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A78EE (or 0x2A78EE) is known color: Royal Blue. HEX triplet: 2A, 78 and EE. RGB value is (42,120,238). Sum of RGB (Red+Green+Blue) = 42+120+238=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A78EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A78EE is #D58711. Grayscale: #6D6D6D. Windows color (decimal): -13993746 or 15628330. OLE color: 15628330.

HSL color Cylindrical-coordinate representation of color #2A78EE: hue angle of 216.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A78EE is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 120 238 -
CMYK 0.82 0.50 0 0.07
HSL 216.12º 0.85% 0.55% -
HSV(B) 216.12º 0.82% 0.93% -
XYZ 23.1 20.1 83.55 -
YUV 110.13 200.16 79.41 -
System Red Green Blue C M Y K H S L
Decimal 42 120 238 0.82 0.50 0 0.07 216.12 0.85 0.55
Hex 2A 78 EE 52 32 0 7 D8 55 37
Octal 52 170 356 122 62 0 7 330 125 67
Binary 101010 1111000 11101110 1010010 110010 0 111 11011000 1010101 110111

Color Harmonies of #2A78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A78EE

Black with #2A78EE

Text Example


Text Example

White with #2A78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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