Html Css Color HEX #2F6DCD Royal Blue

📋 copy color: '#2F6DCD'

red 47 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #2F6DCD

Tints of Royal Blue #2F6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 13.02%
G = 30.19%
B = 56.79%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F6DCD (or 0x2F6DCD) is known color: Royal Blue. HEX triplet: 2F, 6D and CD. RGB value is (47,109,205). Sum of RGB (Red+Green+Blue) = 47+109+205=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6DCD is #D09232. Grayscale: #646464. Windows color (decimal): -13668915 or 13462831. OLE color: 13462831.

HSL color Cylindrical-coordinate representation of color #2F6DCD: hue angle of 216.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6DCD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 109 205 -
CMYK 0.77 0.47 0 0.20
HSL 216.46º 0.63% 0.49% -
HSV(B) 216.46º 0.77% 0.8% -
XYZ 17.66 15.95 59.91 -
YUV 101.41 186.46 89.19 -
System Red Green Blue C M Y K H S L
Decimal 47 109 205 0.77 0.47 0 0.20 216.46 0.63 0.49
Hex 2F 6D CD 4D 2F 0 14 D8 3F 31
Octal 57 155 315 115 57 0 24 330 77 61
Binary 101111 1101101 11001101 1001101 101111 0 10100 11011000 111111 110001

Color Harmonies of #2F6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6DCD

Black with #2F6DCD

Text Example


Text Example

White with #2F6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,109,205); }

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

background-color css

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

 a { background-color: rgb(47,109,205); }

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

border-color css

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

 span { border-color: rgb(47,109,205); }

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