Html Css Color HEX #2F6BFC Royal Blue

📋 copy color: '#2F6BFC'

red 47 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #2F6BFC

Tints of Royal Blue #2F6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 11.58%
G = 26.35%
B = 62.07%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F6BFC (or 0x2F6BFC) is known color: Royal Blue. HEX triplet: 2F, 6B and FC. RGB value is (47,107,252). Sum of RGB (Red+Green+Blue) = 47+107+252=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6BFC is #D09403. Grayscale: #686868. Windows color (decimal): -13669380 or 16542511. OLE color: 16542511.

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

Color convert

RGB 47 107 252 -
CMYK 0.81 0.58 0 0.01
HSL 222.44º 0.97% 0.59% -
HSV(B) 222.44º 0.81% 0.99% -
XYZ 24 18.15 94.33 -
YUV 105.59 210.62 86.21 -
System Red Green Blue C M Y K H S L
Decimal 47 107 252 0.81 0.58 0 0.01 222.44 0.97 0.59
Hex 2F 6B FC 51 3A 0 1 DE 61 3B
Octal 57 153 374 121 72 0 1 336 141 73
Binary 101111 1101011 11111100 1010001 111010 0 1 11011110 1100001 111011

Color Harmonies of #2F6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6BFC

Black with #2F6BFC

Text Example


Text Example

White with #2F6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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