Html Css Color HEX #2F64FC Royal Blue

📋 copy color: '#2F64FC'

red 47 ◦ green 100 ◦ blue 252

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

Shades of Royal Blue #2F64FC

Tints of Royal Blue #2F64FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

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

R = 11.78%
G = 25.06%
B = 63.16%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F64FC (or 0x2F64FC) is known color: Royal Blue. HEX triplet: 2F, 64 and FC. RGB value is (47,100,252). Sum of RGB (Red+Green+Blue) = 47+100+252=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F64FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F64FC is #D09B03. Grayscale: #646464. Windows color (decimal): -13671172 or 16540719. OLE color: 16540719.

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

Color convert

RGB 47 100 252 -
CMYK 0.81 0.60 0 0.01
HSL 224.49º 0.97% 0.59% -
HSV(B) 224.49º 0.81% 0.99% -
XYZ 23.3 16.75 94.1 -
YUV 101.48 212.94 89.14 -
System Red Green Blue C M Y K H S L
Decimal 47 100 252 0.81 0.60 0 0.01 224.49 0.97 0.59
Hex 2F 64 FC 51 3C 0 1 E0 61 3B
Octal 57 144 374 121 74 0 1 340 141 73
Binary 101111 1100100 11111100 1010001 111100 0 1 11100000 1100001 111011

Color Harmonies of #2F64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F64FC

Black with #2F64FC

Text Example


Text Example

White with #2F64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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