Html Css Color HEX #2F51EA Royal Blue

📋 copy color: '#2F51EA'

red 47 ◦ green 81 ◦ blue 234

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

Shades of Royal Blue #2F51EA

Tints of Royal Blue #2F51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 234 (91.8% from 255) = 64.64%

R = 12.98%
G = 22.38%
B = 64.64%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F51EA (or 0x2F51EA) is known color: Royal Blue. HEX triplet: 2F, 51 and EA. RGB value is (47,81,234). Sum of RGB (Red+Green+Blue) = 47+81+234=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F51EA is #D0AE15. Grayscale: #575757. Windows color (decimal): -13676054 or 15356207. OLE color: 15356207.

HSL color Cylindrical-coordinate representation of color #2F51EA: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F51EA is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 81 234 -
CMYK 0.80 0.65 0 0.08
HSL 229.09º 0.82% 0.55% -
HSV(B) 229.09º 0.8% 0.92% -
XYZ 18.97 12.43 79.24 -
YUV 88.28 210.24 98.56 -
System Red Green Blue C M Y K H S L
Decimal 47 81 234 0.80 0.65 0 0.08 229.09 0.82 0.55
Hex 2F 51 EA 50 41 0 8 E5 52 37
Octal 57 121 352 120 101 0 10 345 122 67
Binary 101111 1010001 11101010 1010000 1000001 0 1000 11100101 1010010 110111

Color Harmonies of #2F51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F51EA

Black with #2F51EA

Text Example


Text Example

White with #2F51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,234); }

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

background-color css

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

 a { background-color: rgb(47,81,234); }

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

border-color css

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

 span { border-color: rgb(47,81,234); }

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