Html Css Color HEX #2E6FFC Royal Blue

📋 copy color: '#2E6FFC'

red 46 ◦ green 111 ◦ blue 252

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

Shades of Royal Blue #2E6FFC

Tints of Royal Blue #2E6FFC

RGB

 RED value IS 46 (18.36% from 255) = 11.25%

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

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 11.25%
G = 27.14%
B = 61.61%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E6FFC (or 0x2E6FFC) is known color: Royal Blue. HEX triplet: 2E, 6F and FC. RGB value is (46,111,252). Sum of RGB (Red+Green+Blue) = 46+111+252=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6FFC is #D19003. Grayscale: #6B6B6B. Windows color (decimal): -13733892 or 16543534. OLE color: 16543534.

HSL color Cylindrical-coordinate representation of color #2E6FFC: hue angle of 221.07º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6FFC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 111 252 -
CMYK 0.82 0.56 0 0.01
HSL 221.07º 0.97% 0.58% -
HSV(B) 221.07º 0.82% 0.99% -
XYZ 24.38 18.98 94.47 -
YUV 107.64 209.47 84.04 -
System Red Green Blue C M Y K H S L
Decimal 46 111 252 0.82 0.56 0 0.01 221.07 0.97 0.58
Hex 2E 6F FC 52 38 0 1 DD 61 3A
Octal 56 157 374 122 70 0 1 335 141 72
Binary 101110 1101111 11111100 1010010 111000 0 1 11011101 1100001 111010

Color Harmonies of #2E6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FFC

Black with #2E6FFC

Text Example


Text Example

White with #2E6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,252); }

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

background-color css

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

 a { background-color: rgb(46,111,252); }

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

border-color css

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

 span { border-color: rgb(46,111,252); }

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