Html Css Color HEX #2C61FE Royal Blue

📋 copy color: '#2C61FE'

red 44 ◦ green 97 ◦ blue 254

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

Shades of Royal Blue #2C61FE

Tints of Royal Blue #2C61FE

RGB

 RED value IS 44 (17.58% from 255) = 11.14%

 GREEN value IS 97 (38.28% from 255) = 24.56%

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

R = 11.14%
G = 24.56%
B = 64.3%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2C61FE (or 0x2C61FE) is known color: Royal Blue. HEX triplet: 2C, 61 and FE. RGB value is (44,97,254). Sum of RGB (Red+Green+Blue) = 44+97+254=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #2C61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C61FE is #D39E01. Grayscale: #626262. Windows color (decimal): -13868546 or 16671020. OLE color: 16671020.

HSL color Cylindrical-coordinate representation of color #2C61FE: hue angle of 224.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C61FE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 44 97 254 -
CMYK 0.83 0.62 0 0.00
HSL 224.86º 0.99% 0.58% -
HSV(B) 224.86º 0.83% 1% -
XYZ 23.2 16.24 95.68 -
YUV 99.05 215.44 88.73 -
System Red Green Blue C M Y K H S L
Decimal 44 97 254 0.83 0.62 0 0.00 224.86 0.99 0.58
Hex 2C 61 FE 53 3E 0 0 E1 63 3A
Octal 54 141 376 123 76 0 0 341 143 72
Binary 101100 1100001 11111110 1010011 111110 0 0 11100001 1100011 111010

Color Harmonies of #2C61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C61FE

Black with #2C61FE

Text Example


Text Example

White with #2C61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,97,254); }

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

background-color css

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

 a { background-color: rgb(44,97,254); }

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

border-color css

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

 span { border-color: rgb(44,97,254); }

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