Html Css Color HEX #2C65FE Royal Blue

📋 copy color: '#2C65FE'

red 44 ◦ green 101 ◦ blue 254

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

Shades of Royal Blue #2C65FE

Tints of Royal Blue #2C65FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 11.03%
G = 25.31%
B = 63.66%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2C65FE (or 0x2C65FE) is known color: Royal Blue. HEX triplet: 2C, 65 and FE. RGB value is (44,101,254). Sum of RGB (Red+Green+Blue) = 44+101+254=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #2C65FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C65FE is #D39A01. Grayscale: #646464. Windows color (decimal): -13867522 or 16672044. OLE color: 16672044.

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

Color convert

RGB 44 101 254 -
CMYK 0.83 0.60 0 0.00
HSL 223.71º 0.99% 0.58% -
HSV(B) 223.71º 0.83% 1% -
XYZ 23.58 17 95.8 -
YUV 101.4 214.12 87.06 -
System Red Green Blue C M Y K H S L
Decimal 44 101 254 0.83 0.60 0 0.00 223.71 0.99 0.58
Hex 2C 65 FE 53 3C 0 0 E0 63 3A
Octal 54 145 376 123 74 0 0 340 143 72
Binary 101100 1100101 11111110 1010011 111100 0 0 11100000 1100011 111010

Color Harmonies of #2C65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C65FE

Black with #2C65FE

Text Example


Text Example

White with #2C65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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