Html Css Color HEX #2F6CFB Royal Blue

📋 copy color: '#2F6CFB'

red 47 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #2F6CFB

Tints of Royal Blue #2F6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 251 (98.44% from 255) = 61.82%

R = 11.58%
G = 26.6%
B = 61.82%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F6CFB (or 0x2F6CFB) is known color: Royal Blue. HEX triplet: 2F, 6C and FB. RGB value is (47,108,251). Sum of RGB (Red+Green+Blue) = 47+108+251=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6CFB is #D09304. Grayscale: #696969. Windows color (decimal): -13669125 or 16477231. OLE color: 16477231.

HSL color Cylindrical-coordinate representation of color #2F6CFB: hue angle of 222.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6CFB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 108 251 -
CMYK 0.81 0.57 0 0.02
HSL 222.06º 0.96% 0.58% -
HSV(B) 222.06º 0.81% 0.98% -
XYZ 23.95 18.29 93.54 -
YUV 106.06 209.79 85.87 -
System Red Green Blue C M Y K H S L
Decimal 47 108 251 0.81 0.57 0 0.02 222.06 0.96 0.58
Hex 2F 6C FB 51 39 0 2 DE 60 3A
Octal 57 154 373 121 71 0 2 336 140 72
Binary 101111 1101100 11111011 1010001 111001 0 10 11011110 1100000 111010

Color Harmonies of #2F6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6CFB

Black with #2F6CFB

Text Example


Text Example

White with #2F6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,108,251); }

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

background-color css

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

 a { background-color: rgb(47,108,251); }

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

border-color css

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

 span { border-color: rgb(47,108,251); }

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