Html Css Color HEX #2F6CFE Royal Blue

📋 copy color: '#2F6CFE'

red 47 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #2F6CFE

Tints of Royal Blue #2F6CFE

RGB

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

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

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

R = 11.49%
G = 26.41%
B = 62.1%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F6CFE (or 0x2F6CFE) is known color: Royal Blue. HEX triplet: 2F, 6C and FE. RGB value is (47,108,254). Sum of RGB (Red+Green+Blue) = 47+108+254=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6CFE is #D09301. Grayscale: #696969. Windows color (decimal): -13669122 or 16673839. OLE color: 16673839.

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

Color convert

RGB 47 108 254 -
CMYK 0.81 0.57 0 0.00
HSL 222.32º 0.99% 0.59% -
HSV(B) 222.32º 0.81% 1% -
XYZ 24.42 18.49 96.05 -
YUV 106.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 47 108 254 0.81 0.57 0 0.00 222.32 0.99 0.59
Hex 2F 6C FE 51 39 0 0 DE 63 3B
Octal 57 154 376 121 71 0 0 336 143 73
Binary 101111 1101100 11111110 1010001 111001 0 0 11011110 1100011 111011

Color Harmonies of #2F6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6CFE

Black with #2F6CFE

Text Example


Text Example

White with #2F6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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