Html Css Color HEX #2F5FFD Royal Blue

📋 copy color: '#2F5FFD'

red 47 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #2F5FFD

Tints of Royal Blue #2F5FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 11.9%
G = 24.05%
B = 64.05%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F5FFD (or 0x2F5FFD) is known color: Royal Blue. HEX triplet: 2F, 5F and FD. RGB value is (47,95,253). Sum of RGB (Red+Green+Blue) = 47+95+253=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5FFD is #D0A002. Grayscale: #616161. Windows color (decimal): -13672451 or 16604975. OLE color: 16604975.

HSL color Cylindrical-coordinate representation of color #2F5FFD: hue angle of 226.02º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5FFD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 95 253 -
CMYK 0.81 0.62 0 0.01
HSL 226.02º 0.98% 0.59% -
HSV(B) 226.02º 0.81% 0.99% -
XYZ 22.99 15.88 94.78 -
YUV 98.66 215.1 91.15 -
System Red Green Blue C M Y K H S L
Decimal 47 95 253 0.81 0.62 0 0.01 226.02 0.98 0.59
Hex 2F 5F FD 51 3E 0 1 E2 62 3B
Octal 57 137 375 121 76 0 1 342 142 73
Binary 101111 1011111 11111101 1010001 111110 0 1 11100010 1100010 111011

Color Harmonies of #2F5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5FFD

Black with #2F5FFD

Text Example


Text Example

White with #2F5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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