Html Css Color HEX #2F5FFA Royal Blue

📋 copy color: '#2F5FFA'

red 47 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #2F5FFA

Tints of Royal Blue #2F5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

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

R = 11.99%
G = 24.23%
B = 63.78%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F5FFA (or 0x2F5FFA) is known color: Royal Blue. HEX triplet: 2F, 5F and FA. RGB value is (47,95,250). Sum of RGB (Red+Green+Blue) = 47+95+250=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5FFA is #D0A005. Grayscale: #616161. Windows color (decimal): -13672454 or 16408367. OLE color: 16408367.

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

Color convert

RGB 47 95 250 -
CMYK 0.81 0.62 0 0.02
HSL 225.81º 0.95% 0.58% -
HSV(B) 225.81º 0.81% 0.98% -
XYZ 22.52 15.69 92.28 -
YUV 98.32 213.6 91.4 -
System Red Green Blue C M Y K H S L
Decimal 47 95 250 0.81 0.62 0 0.02 225.81 0.95 0.58
Hex 2F 5F FA 51 3E 0 2 E2 5F 3A
Octal 57 137 372 121 76 0 2 342 137 72
Binary 101111 1011111 11111010 1010001 111110 0 10 11100010 1011111 111010

Color Harmonies of #2F5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5FFA

Black with #2F5FFA

Text Example


Text Example

White with #2F5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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