Html Css Color HEX #2F56EF Royal Blue

📋 copy color: '#2F56EF'

red 47 ◦ green 86 ◦ blue 239

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

Shades of Royal Blue #2F56EF

Tints of Royal Blue #2F56EF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 12.63%
G = 23.12%
B = 64.25%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F56EF (or 0x2F56EF) is known color: Royal Blue. HEX triplet: 2F, 56 and EF. RGB value is (47,86,239). Sum of RGB (Red+Green+Blue) = 47+86+239=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F56EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F56EF is #D0A910. Grayscale: #5B5B5B. Windows color (decimal): -13674769 or 15685167. OLE color: 15685167.

HSL color Cylindrical-coordinate representation of color #2F56EF: hue angle of 227.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F56EF is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 86 239 -
CMYK 0.80 0.64 0 0.06
HSL 227.81º 0.86% 0.56% -
HSV(B) 227.81º 0.8% 0.94% -
XYZ 20.08 13.49 83.21 -
YUV 91.78 211.08 96.06 -
System Red Green Blue C M Y K H S L
Decimal 47 86 239 0.80 0.64 0 0.06 227.81 0.86 0.56
Hex 2F 56 EF 50 40 0 6 E4 56 38
Octal 57 126 357 120 100 0 6 344 126 70
Binary 101111 1010110 11101111 1010000 1000000 0 110 11100100 1010110 111000

Color Harmonies of #2F56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F56EF

Black with #2F56EF

Text Example


Text Example

White with #2F56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,86,239); }

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

background-color css

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

 a { background-color: rgb(47,86,239); }

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

border-color css

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

 span { border-color: rgb(47,86,239); }

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