Html Css Color HEX #2F6BFE Royal Blue

📋 copy color: '#2F6BFE'

red 47 ◦ green 107 ◦ blue 254

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

Shades of Royal Blue #2F6BFE

Tints of Royal Blue #2F6BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 11.52%
G = 26.23%
B = 62.25%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F6BFE (or 0x2F6BFE) is known color: Royal Blue. HEX triplet: 2F, 6B and FE. RGB value is (47,107,254). Sum of RGB (Red+Green+Blue) = 47+107+254=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6BFE is #D09401. Grayscale: #696969. Windows color (decimal): -13669378 or 16673583. OLE color: 16673583.

HSL color Cylindrical-coordinate representation of color #2F6BFE: hue angle of 222.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6BFE is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 107 254 -
CMYK 0.81 0.58 0 0.00
HSL 222.61º 0.99% 0.59% -
HSV(B) 222.61º 0.81% 1% -
XYZ 24.32 18.28 96.01 -
YUV 105.82 211.62 86.05 -
System Red Green Blue C M Y K H S L
Decimal 47 107 254 0.81 0.58 0 0.00 222.61 0.99 0.59
Hex 2F 6B FE 51 3A 0 0 DF 63 3B
Octal 57 153 376 121 72 0 0 337 143 73
Binary 101111 1101011 11111110 1010001 111010 0 0 11011111 1100011 111011

Color Harmonies of #2F6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6BFE

Black with #2F6BFE

Text Example


Text Example

White with #2F6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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