Html Css Color HEX #2F5DFA Royal Blue

📋 copy color: '#2F5DFA'

red 47 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #2F5DFA

Tints of Royal Blue #2F5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 12.05%
G = 23.85%
B = 64.1%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F5DFA (or 0x2F5DFA) is known color: Royal Blue. HEX triplet: 2F, 5D and FA. RGB value is (47,93,250). Sum of RGB (Red+Green+Blue) = 47+93+250=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F5DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5DFA is #D0A205. Grayscale: #606060. Windows color (decimal): -13672966 or 16407855. OLE color: 16407855.

HSL color Cylindrical-coordinate representation of color #2F5DFA: hue angle of 226.4º degrees, saturation: 0.95, 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 #2F5DFA is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 93 250 -
CMYK 0.81 0.63 0 0.02
HSL 226.4º 0.95% 0.58% -
HSV(B) 226.4º 0.81% 0.98% -
XYZ 22.34 15.34 92.22 -
YUV 97.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 47 93 250 0.81 0.63 0 0.02 226.4 0.95 0.58
Hex 2F 5D FA 51 3F 0 2 E2 5F 3A
Octal 57 135 372 121 77 0 2 342 137 72
Binary 101111 1011101 11111010 1010001 111111 0 10 11100010 1011111 111010

Color Harmonies of #2F5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5DFA

Black with #2F5DFA

Text Example


Text Example

White with #2F5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,93,250); }

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

background-color css

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

 a { background-color: rgb(47,93,250); }

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

border-color css

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

 span { border-color: rgb(47,93,250); }

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