Html Css Color HEX #2F78DC Royal Blue

📋 copy color: '#2F78DC'

red 47 ◦ green 120 ◦ blue 220

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

Shades of Royal Blue #2F78DC

Tints of Royal Blue #2F78DC

RGB

 RED value IS 47 (18.75% from 255) = 12.14%

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

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 12.14%
G = 31.01%
B = 56.85%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F78DC (or 0x2F78DC) is known color: Royal Blue. HEX triplet: 2F, 78 and DC. RGB value is (47,120,220). Sum of RGB (Red+Green+Blue) = 47+120+220=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F78DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F78DC is #D08723. Grayscale: #6D6D6D. Windows color (decimal): -13666084 or 14448687. OLE color: 14448687.

HSL color Cylindrical-coordinate representation of color #2F78DC: hue angle of 214.68º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F78DC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 120 220 -
CMYK 0.79 0.45 0 0.14
HSL 214.68º 0.71% 0.52% -
HSV(B) 214.68º 0.79% 0.86% -
XYZ 20.81 19.2 70.32 -
YUV 109.57 190.32 83.37 -
System Red Green Blue C M Y K H S L
Decimal 47 120 220 0.79 0.45 0 0.14 214.68 0.71 0.52
Hex 2F 78 DC 4F 2D 0 E D7 47 34
Octal 57 170 334 117 55 0 16 327 107 64
Binary 101111 1111000 11011100 1001111 101101 0 1110 11010111 1000111 110100

Color Harmonies of #2F78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F78DC

Black with #2F78DC

Text Example


Text Example

White with #2F78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,120,220); }

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

background-color css

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

 a { background-color: rgb(47,120,220); }

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

border-color css

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

 span { border-color: rgb(47,120,220); }

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