Html Css Color HEX #2F5CEB Royal Blue

📋 copy color: '#2F5CEB'

red 47 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #2F5CEB

Tints of Royal Blue #2F5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 12.57%
G = 24.6%
B = 62.83%

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

#2F5CEB (or 0x2F5CEB) is known color: Royal Blue. HEX triplet: 2F, 5C and EB. RGB value is (47,92,235). Sum of RGB (Red+Green+Blue) = 47+92+235=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F5CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5CEB is #D0A314. Grayscale: #5E5E5E. Windows color (decimal): -13673237 or 15424559. OLE color: 15424559.

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

Color convert

RGB 47 92 235 -
CMYK 0.8 0.61 0 0.08
HSL 225.64º 0.82% 0.55% -
HSV(B) 225.64º 0.8% 0.92% -
XYZ 19.99 14.26 80.3 -
YUV 94.85 207.09 93.87 -
System Red Green Blue C M Y K H S L
Decimal 47 92 235 0.8 0.61 0 0.08 225.64 0.82 0.55
Hex 2F 5C EB 50 3D 0 8 E2 52 37
Octal 57 134 353 120 75 0 10 342 122 67
Binary 101111 1011100 11101011 1010000 111101 0 1000 11100010 1010010 110111

Color Harmonies of #2F5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CEB

Black with #2F5CEB

Text Example


Text Example

White with #2F5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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