Html Css Color HEX #2F5FFC Royal Blue

📋 copy color: '#2F5FFC'

red 47 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #2F5FFC

Tints of Royal Blue #2F5FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 11.93%
G = 24.11%
B = 63.96%

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

#2F5FFC (or 0x2F5FFC) is known color: Royal Blue. HEX triplet: 2F, 5F and FC. RGB value is (47,95,252). Sum of RGB (Red+Green+Blue) = 47+95+252=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5FFC is #D0A003. Grayscale: #616161. Windows color (decimal): -13672452 or 16539439. OLE color: 16539439.

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

Color convert

RGB 47 95 252 -
CMYK 0.81 0.62 0 0.01
HSL 225.95º 0.97% 0.59% -
HSV(B) 225.95º 0.81% 0.99% -
XYZ 22.84 15.82 93.94 -
YUV 98.55 214.6 91.23 -
System Red Green Blue C M Y K H S L
Decimal 47 95 252 0.81 0.62 0 0.01 225.95 0.97 0.59
Hex 2F 5F FC 51 3E 0 1 E2 61 3B
Octal 57 137 374 121 76 0 1 342 141 73
Binary 101111 1011111 11111100 1010001 111110 0 1 11100010 1100001 111011

Color Harmonies of #2F5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5FFC

Black with #2F5FFC

Text Example


Text Example

White with #2F5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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