Html Css Color HEX #2964FE Royal Blue

📋 copy color: '#2964FE'

red 41 ◦ green 100 ◦ blue 254

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

Shades of Royal Blue #2964FE

Tints of Royal Blue #2964FE

RGB

 RED value IS 41 (16.41% from 255) = 10.38%

 GREEN value IS 100 (39.45% from 255) = 25.32%

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

R = 10.38%
G = 25.32%
B = 64.3%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2964FE (or 0x2964FE) is known color: Royal Blue. HEX triplet: 29, 64 and FE. RGB value is (41,100,254). Sum of RGB (Red+Green+Blue) = 41+100+254=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 100 (39.45% from 255 or 25.32% 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 #2964FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2964FE is #D69B01. Grayscale: #636363. Windows color (decimal): -14064386 or 16671785. OLE color: 16671785.

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

Color convert

RGB 41 100 254 -
CMYK 0.84 0.61 0 0.00
HSL 223.38º 0.99% 0.58% -
HSV(B) 223.38º 0.84% 1% -
XYZ 23.36 16.74 95.77 -
YUV 99.92 214.95 85.98 -
System Red Green Blue C M Y K H S L
Decimal 41 100 254 0.84 0.61 0 0.00 223.38 0.99 0.58
Hex 29 64 FE 54 3D 0 0 DF 63 3A
Octal 51 144 376 124 75 0 0 337 143 72
Binary 101001 1100100 11111110 1010100 111101 0 0 11011111 1100011 111010

Color Harmonies of #2964FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2964FE

Black with #2964FE

Text Example


Text Example

White with #2964FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2964FE; }

 p { color: rgb(41,100,254); }

 H1.HeaderClassName
 {
   color: #2964FE;
 }
 .AnyTagClassName
 {
   color: #2964FE;
 }
</style>

background-color css

<style>
 a { background-color: #2964FE; }

 a { background-color: rgb(41,100,254); }

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

border-color css

<style>
 span { border-color: #2964FE; }

 span { border-color: rgb(41,100,254); }

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