Html Css Color HEX #2F5CEC Royal Blue

📋 copy color: '#2F5CEC'

red 47 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #2F5CEC

Tints of Royal Blue #2F5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 12.53%
G = 24.53%
B = 62.93%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F5CEC (or 0x2F5CEC) is known color: Royal Blue. HEX triplet: 2F, 5C and EC. RGB value is (47,92,236). Sum of RGB (Red+Green+Blue) = 47+92+236=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F5CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5CEC is #D0A313. Grayscale: #5E5E5E. Windows color (decimal): -13673236 or 15490095. OLE color: 15490095.

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

Color convert

RGB 47 92 236 -
CMYK 0.80 0.61 0 0.07
HSL 225.71º 0.83% 0.55% -
HSV(B) 225.71º 0.8% 0.93% -
XYZ 20.14 14.31 81.06 -
YUV 94.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 47 92 236 0.80 0.61 0 0.07 225.71 0.83 0.55
Hex 2F 5C EC 50 3D 0 7 E2 53 37
Octal 57 134 354 120 75 0 7 342 123 67
Binary 101111 1011100 11101100 1010000 111101 0 111 11100010 1010011 110111

Color Harmonies of #2F5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CEC

Black with #2F5CEC

Text Example


Text Example

White with #2F5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,92,236); }

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

background-color css

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

 a { background-color: rgb(47,92,236); }

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

border-color css

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

 span { border-color: rgb(47,92,236); }

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