Html Css Color HEX #2F5AEE Royal Blue

📋 copy color: '#2F5AEE'

red 47 ◦ green 90 ◦ blue 238

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

Shades of Royal Blue #2F5AEE

Tints of Royal Blue #2F5AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 12.53%
G = 24%
B = 63.47%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F5AEE (or 0x2F5AEE) is known color: Royal Blue. HEX triplet: 2F, 5A and EE. RGB value is (47,90,238). Sum of RGB (Red+Green+Blue) = 47+90+238=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F5AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5AEE is #D0A511. Grayscale: #5D5D5D. Windows color (decimal): -13673746 or 15620655. OLE color: 15620655.

HSL color Cylindrical-coordinate representation of color #2F5AEE: hue angle of 226.49º 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 #2F5AEE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 90 238 -
CMYK 0.80 0.62 0 0.07
HSL 226.49º 0.85% 0.56% -
HSV(B) 226.49º 0.8% 0.93% -
XYZ 20.26 14.09 82.54 -
YUV 94.02 209.25 94.47 -
System Red Green Blue C M Y K H S L
Decimal 47 90 238 0.80 0.62 0 0.07 226.49 0.85 0.56
Hex 2F 5A EE 50 3E 0 7 E2 55 38
Octal 57 132 356 120 76 0 7 342 125 70
Binary 101111 1011010 11101110 1010000 111110 0 111 11100010 1010101 111000

Color Harmonies of #2F5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5AEE

Black with #2F5AEE

Text Example


Text Example

White with #2F5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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