Html Css Color HEX #2F65FC Royal Blue

📋 copy color: '#2F65FC'

red 47 ◦ green 101 ◦ blue 252

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

Shades of Royal Blue #2F65FC

Tints of Royal Blue #2F65FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 11.75%
G = 25.25%
B = 63%

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

#2F65FC (or 0x2F65FC) is known color: Royal Blue. HEX triplet: 2F, 65 and FC. RGB value is (47,101,252). Sum of RGB (Red+Green+Blue) = 47+101+252=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F65FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F65FC is #D09A03. Grayscale: #656565. Windows color (decimal): -13670916 or 16540975. OLE color: 16540975.

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

Color convert

RGB 47 101 252 -
CMYK 0.81 0.60 0 0.01
HSL 224.2º 0.97% 0.59% -
HSV(B) 224.2º 0.81% 0.99% -
XYZ 23.4 16.94 94.13 -
YUV 102.07 212.61 88.72 -
System Red Green Blue C M Y K H S L
Decimal 47 101 252 0.81 0.60 0 0.01 224.2 0.97 0.59
Hex 2F 65 FC 51 3C 0 1 E0 61 3B
Octal 57 145 374 121 74 0 1 340 141 73
Binary 101111 1100101 11111100 1010001 111100 0 1 11100000 1100001 111011

Color Harmonies of #2F65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F65FC

Black with #2F65FC

Text Example


Text Example

White with #2F65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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