Html Css Color HEX #2F5FE5 Royal Blue

📋 copy color: '#2F5FE5'

red 47 ◦ green 95 ◦ blue 229

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

Shades of Royal Blue #2F5FE5

Tints of Royal Blue #2F5FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.73%

R = 12.67%
G = 25.61%
B = 61.73%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2F5FE5 (or 0x2F5FE5) is known color: Royal Blue. HEX triplet: 2F, 5F and E5. RGB value is (47,95,229). Sum of RGB (Red+Green+Blue) = 47+95+229=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F5FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FE5 is #D0A01A. Grayscale: #5F5F5F. Windows color (decimal): -13672475 or 15032111. OLE color: 15032111.

HSL color Cylindrical-coordinate representation of color #2F5FE5: hue angle of 224.18º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F5FE5 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 95 229 -
CMYK 0.79 0.59 0 0.10
HSL 224.18º 0.78% 0.54% -
HSV(B) 224.18º 0.79% 0.9% -
XYZ 19.41 14.45 75.89 -
YUV 95.92 203.1 93.1 -
System Red Green Blue C M Y K H S L
Decimal 47 95 229 0.79 0.59 0 0.10 224.18 0.78 0.54
Hex 2F 5F E5 4F 3B 0 A E0 4E 36
Octal 57 137 345 117 73 0 12 340 116 66
Binary 101111 1011111 11100101 1001111 111011 0 1010 11100000 1001110 110110

Color Harmonies of #2F5FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5FE5

Black with #2F5FE5

Text Example


Text Example

White with #2F5FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,95,229); }

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

background-color css

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

 a { background-color: rgb(47,95,229); }

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

border-color css

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

 span { border-color: rgb(47,95,229); }

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