Html Css Color HEX #2F4FEE Royal Blue

📋 copy color: '#2F4FEE'

red 47 ◦ green 79 ◦ blue 238

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

Shades of Royal Blue #2F4FEE

Tints of Royal Blue #2F4FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 12.91%
G = 21.7%
B = 65.38%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F4FEE (or 0x2F4FEE) is known color: Royal Blue. HEX triplet: 2F, 4F and EE. RGB value is (47,79,238). Sum of RGB (Red+Green+Blue) = 47+79+238=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F4FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4FEE is #D0B011. Grayscale: #565656. Windows color (decimal): -13676562 or 15617839. OLE color: 15617839.

HSL color Cylindrical-coordinate representation of color #2F4FEE: hue angle of 229.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4FEE is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 79 238 -
CMYK 0.80 0.67 0 0.07
HSL 229.95º 0.85% 0.56% -
HSV(B) 229.95º 0.8% 0.93% -
XYZ 19.4 12.37 82.25 -
YUV 87.56 212.9 99.07 -
System Red Green Blue C M Y K H S L
Decimal 47 79 238 0.80 0.67 0 0.07 229.95 0.85 0.56
Hex 2F 4F EE 50 43 0 7 E6 55 38
Octal 57 117 356 120 103 0 7 346 125 70
Binary 101111 1001111 11101110 1010000 1000011 0 111 11100110 1010101 111000

Color Harmonies of #2F4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4FEE

Black with #2F4FEE

Text Example


Text Example

White with #2F4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,79,238); }

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

background-color css

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

 a { background-color: rgb(47,79,238); }

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

border-color css

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

 span { border-color: rgb(47,79,238); }

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