Html Css Color HEX #2E5FFC Royal Blue

📋 copy color: '#2E5FFC'

red 46 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #2E5FFC

Tints of Royal Blue #2E5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 11.7%
G = 24.17%
B = 64.12%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E5FFC (or 0x2E5FFC) is known color: Royal Blue. HEX triplet: 2E, 5F and FC. RGB value is (46,95,252). Sum of RGB (Red+Green+Blue) = 46+95+252=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5FFC is #D1A003. Grayscale: #616161. Windows color (decimal): -13737988 or 16539438. OLE color: 16539438.

HSL color Cylindrical-coordinate representation of color #2E5FFC: hue angle of 225.73º 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 #2E5FFC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 95 252 -
CMYK 0.82 0.62 0 0.01
HSL 225.73º 0.97% 0.58% -
HSV(B) 225.73º 0.82% 0.99% -
XYZ 22.79 15.79 93.94 -
YUV 98.25 214.77 90.73 -
System Red Green Blue C M Y K H S L
Decimal 46 95 252 0.82 0.62 0 0.01 225.73 0.97 0.58
Hex 2E 5F FC 52 3E 0 1 E2 61 3A
Octal 56 137 374 122 76 0 1 342 141 72
Binary 101110 1011111 11111100 1010010 111110 0 1 11100010 1100001 111010

Color Harmonies of #2E5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5FFC

Black with #2E5FFC

Text Example


Text Example

White with #2E5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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