Html Css Color HEX #2F5BEB Royal Blue

📋 copy color: '#2F5BEB'

red 47 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #2F5BEB

Tints of Royal Blue #2F5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 235 (92.19% from 255) = 63%

R = 12.6%
G = 24.4%
B = 63%

CMYK

 C value IS 0.8

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F5BEB (or 0x2F5BEB) is known color: Royal Blue. HEX triplet: 2F, 5B and EB. RGB value is (47,91,235). Sum of RGB (Red+Green+Blue) = 47+91+235=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F5BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5BEB is #D0A414. Grayscale: #5D5D5D. Windows color (decimal): -13673493 or 15424303. OLE color: 15424303.

HSL color Cylindrical-coordinate representation of color #2F5BEB: hue angle of 225.96º 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 #2F5BEB is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 91 235 -
CMYK 0.8 0.61 0 0.08
HSL 225.96º 0.82% 0.55% -
HSV(B) 225.96º 0.8% 0.92% -
XYZ 19.91 14.08 80.27 -
YUV 94.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 47 91 235 0.8 0.61 0 0.08 225.96 0.82 0.55
Hex 2F 5B EB 50 3D 0 8 E2 52 37
Octal 57 133 353 120 75 0 10 342 122 67
Binary 101111 1011011 11101011 1010000 111101 0 1000 11100010 1010010 110111

Color Harmonies of #2F5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5BEB

Black with #2F5BEB

Text Example


Text Example

White with #2F5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,91,235); }

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

background-color css

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

 a { background-color: rgb(47,91,235); }

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

border-color css

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

 span { border-color: rgb(47,91,235); }

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