Html Css Color HEX #2F6ECE Royal Blue

📋 copy color: '#2F6ECE'

red 47 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #2F6ECE

Tints of Royal Blue #2F6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 12.95%
G = 30.3%
B = 56.75%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F6ECE (or 0x2F6ECE) is known color: Royal Blue. HEX triplet: 2F, 6E and CE. RGB value is (47,110,206). Sum of RGB (Red+Green+Blue) = 47+110+206=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6ECE is #D09131. Grayscale: #656565. Windows color (decimal): -13668658 or 13528623. OLE color: 13528623.

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

Color convert

RGB 47 110 206 -
CMYK 0.77 0.47 0 0.19
HSL 216.23º 0.63% 0.5% -
HSV(B) 216.23º 0.77% 0.81% -
XYZ 17.89 16.21 60.58 -
YUV 102.11 186.63 88.69 -
System Red Green Blue C M Y K H S L
Decimal 47 110 206 0.77 0.47 0 0.19 216.23 0.63 0.5
Hex 2F 6E CE 4D 2F 0 13 D8 3F 32
Octal 57 156 316 115 57 0 23 330 77 62
Binary 101111 1101110 11001110 1001101 101111 0 10011 11011000 111111 110010

Color Harmonies of #2F6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6ECE

Black with #2F6ECE

Text Example


Text Example

White with #2F6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,110,206); }

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

background-color css

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

 a { background-color: rgb(47,110,206); }

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

border-color css

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

 span { border-color: rgb(47,110,206); }

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