Html Css Color HEX #2F69FE Royal Blue

📋 copy color: '#2F69FE'

red 47 ◦ green 105 ◦ blue 254

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

Shades of Royal Blue #2F69FE

Tints of Royal Blue #2F69FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 11.58%
G = 25.86%
B = 62.56%

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

#2F69FE (or 0x2F69FE) is known color: Royal Blue. HEX triplet: 2F, 69 and FE. RGB value is (47,105,254). Sum of RGB (Red+Green+Blue) = 47+105+254=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F69FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F69FE is #D09601. Grayscale: #676767. Windows color (decimal): -13669890 or 16673071. OLE color: 16673071.

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

Color convert

RGB 47 105 254 -
CMYK 0.81 0.59 0 0.00
HSL 223.19º 0.99% 0.59% -
HSV(B) 223.19º 0.81% 1% -
XYZ 24.11 17.86 95.94 -
YUV 104.64 212.28 86.88 -
System Red Green Blue C M Y K H S L
Decimal 47 105 254 0.81 0.59 0 0.00 223.19 0.99 0.59
Hex 2F 69 FE 51 3B 0 0 DF 63 3B
Octal 57 151 376 121 73 0 0 337 143 73
Binary 101111 1101001 11111110 1010001 111011 0 0 11011111 1100011 111011

Color Harmonies of #2F69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F69FE

Black with #2F69FE

Text Example


Text Example

White with #2F69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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