Html Css Color HEX #2F70FB Royal Blue

📋 copy color: '#2F70FB'

red 47 ◦ green 112 ◦ blue 251

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

Shades of Royal Blue #2F70FB

Tints of Royal Blue #2F70FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 11.46%
G = 27.32%
B = 61.22%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F70FB (or 0x2F70FB) is known color: Royal Blue. HEX triplet: 2F, 70 and FB. RGB value is (47,112,251). Sum of RGB (Red+Green+Blue) = 47+112+251=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F70FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F70FB is #D08F04. Grayscale: #6B6B6B. Windows color (decimal): -13668101 or 16478255. OLE color: 16478255.

HSL color Cylindrical-coordinate representation of color #2F70FB: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F70FB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 112 251 -
CMYK 0.81 0.55 0 0.02
HSL 220.88º 0.96% 0.58% -
HSV(B) 220.88º 0.81% 0.98% -
XYZ 24.38 19.16 93.68 -
YUV 108.41 208.47 84.2 -
System Red Green Blue C M Y K H S L
Decimal 47 112 251 0.81 0.55 0 0.02 220.88 0.96 0.58
Hex 2F 70 FB 51 37 0 2 DD 60 3A
Octal 57 160 373 121 67 0 2 335 140 72
Binary 101111 1110000 11111011 1010001 110111 0 10 11011101 1100000 111010

Color Harmonies of #2F70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F70FB

Black with #2F70FB

Text Example


Text Example

White with #2F70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,112,251); }

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

background-color css

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

 a { background-color: rgb(47,112,251); }

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

border-color css

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

 span { border-color: rgb(47,112,251); }

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