Html Css Color HEX #2F6FEB Royal Blue

📋 copy color: '#2F6FEB'

red 47 ◦ green 111 ◦ blue 235

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

Shades of Royal Blue #2F6FEB

Tints of Royal Blue #2F6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

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

R = 11.96%
G = 28.24%
B = 59.8%

CMYK

 C value IS 0.8

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F6FEB (or 0x2F6FEB) is known color: Royal Blue. HEX triplet: 2F, 6F and EB. RGB value is (47,111,235). Sum of RGB (Red+Green+Blue) = 47+111+235=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6FEB is #D09014. Grayscale: #696969. Windows color (decimal): -13668373 or 15429423. OLE color: 15429423.

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

Color convert

RGB 47 111 235 -
CMYK 0.8 0.53 0 0.08
HSL 219.57º 0.82% 0.55% -
HSV(B) 219.57º 0.8% 0.92% -
XYZ 21.85 17.97 80.91 -
YUV 106 200.8 85.92 -
System Red Green Blue C M Y K H S L
Decimal 47 111 235 0.8 0.53 0 0.08 219.57 0.82 0.55
Hex 2F 6F EB 50 35 0 8 DC 52 37
Octal 57 157 353 120 65 0 10 334 122 67
Binary 101111 1101111 11101011 1010000 110101 0 1000 11011100 1010010 110111

Color Harmonies of #2F6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6FEB

Black with #2F6FEB

Text Example


Text Example

White with #2F6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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