Html Css Color HEX #2F67FE Royal Blue

📋 copy color: '#2F67FE'

red 47 ◦ green 103 ◦ blue 254

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

Shades of Royal Blue #2F67FE

Tints of Royal Blue #2F67FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 11.63%
G = 25.5%
B = 62.87%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F67FE (or 0x2F67FE) is known color: Royal Blue. HEX triplet: 2F, 67 and FE. RGB value is (47,103,254). Sum of RGB (Red+Green+Blue) = 47+103+254=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F67FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F67FE is #D09801. Grayscale: #666666. Windows color (decimal): -13670402 or 16672559. OLE color: 16672559.

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

Color convert

RGB 47 103 254 -
CMYK 0.81 0.59 0 0.00
HSL 223.77º 0.99% 0.59% -
HSV(B) 223.77º 0.81% 1% -
XYZ 23.91 17.46 95.88 -
YUV 103.47 212.95 87.72 -
System Red Green Blue C M Y K H S L
Decimal 47 103 254 0.81 0.59 0 0.00 223.77 0.99 0.59
Hex 2F 67 FE 51 3B 0 0 E0 63 3B
Octal 57 147 376 121 73 0 0 340 143 73
Binary 101111 1100111 11111110 1010001 111011 0 0 11100000 1100011 111011

Color Harmonies of #2F67FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F67FE

Black with #2F67FE

Text Example


Text Example

White with #2F67FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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