Html Css Color HEX #2F6FDC Royal Blue

📋 copy color: '#2F6FDC'

red 47 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #2F6FDC

Tints of Royal Blue #2F6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

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

R = 12.43%
G = 29.37%
B = 58.2%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F6FDC (or 0x2F6FDC) is known color: Royal Blue. HEX triplet: 2F, 6F and DC. RGB value is (47,111,220). Sum of RGB (Red+Green+Blue) = 47+111+220=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6FDC is #D09023. Grayscale: #676767. Windows color (decimal): -13668388 or 14446383. OLE color: 14446383.

HSL color Cylindrical-coordinate representation of color #2F6FDC: hue angle of 217.8º 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 #2F6FDC is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 111 220 -
CMYK 0.79 0.50 0 0.14
HSL 217.8º 0.71% 0.52% -
HSV(B) 217.8º 0.79% 0.86% -
XYZ 19.78 17.14 69.98 -
YUV 104.29 193.3 87.14 -
System Red Green Blue C M Y K H S L
Decimal 47 111 220 0.79 0.50 0 0.14 217.8 0.71 0.52
Hex 2F 6F DC 4F 32 0 E DA 47 34
Octal 57 157 334 117 62 0 16 332 107 64
Binary 101111 1101111 11011100 1001111 110010 0 1110 11011010 1000111 110100

Color Harmonies of #2F6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6FDC

Black with #2F6FDC

Text Example


Text Example

White with #2F6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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