Html Css Color HEX #2F7CEB Royal Blue

📋 copy color: '#2F7CEB'

red 47 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #2F7CEB

Tints of Royal Blue #2F7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

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

R = 11.58%
G = 30.54%
B = 57.88%

CMYK

 C value IS 0.8

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F7CEB (or 0x2F7CEB) is known color: Royal Blue. HEX triplet: 2F, 7C and EB. RGB value is (47,124,235). Sum of RGB (Red+Green+Blue) = 47+124+235=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F7CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7CEB is #D08314. Grayscale: #717171. Windows color (decimal): -13665045 or 15432751. OLE color: 15432751.

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

Color convert

RGB 47 124 235 -
CMYK 0.8 0.47 0 0.08
HSL 215.43º 0.82% 0.55% -
HSV(B) 215.43º 0.8% 0.92% -
XYZ 23.38 21.02 81.42 -
YUV 113.63 196.49 80.47 -
System Red Green Blue C M Y K H S L
Decimal 47 124 235 0.8 0.47 0 0.08 215.43 0.82 0.55
Hex 2F 7C EB 50 2F 0 8 D7 52 37
Octal 57 174 353 120 57 0 10 327 122 67
Binary 101111 1111100 11101011 1010000 101111 0 1000 11010111 1010010 110111

Color Harmonies of #2F7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7CEB

Black with #2F7CEB

Text Example


Text Example

White with #2F7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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