Html Css Color HEX #4264FC Royal Blue

📋 copy color: '#4264FC'

red 66 ◦ green 100 ◦ blue 252

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

Shades of Royal Blue #4264FC

Tints of Royal Blue #4264FC

RGB

 RED value IS 66 (26.17% from 255) = 15.79%

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

 BLUE value IS 252 (98.83% from 255) = 60.29%

R = 15.79%
G = 23.92%
B = 60.29%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4264FC (or 0x4264FC) is known color: Royal Blue. HEX triplet: 42, 64 and FC. RGB value is (66,100,252). Sum of RGB (Red+Green+Blue) = 66+100+252=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #4264FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4264FC is #BD9B03. Grayscale: #6A6A6A. Windows color (decimal): -12425988 or 16540738. OLE color: 16540738.

HSL color Cylindrical-coordinate representation of color #4264FC: hue angle of 229.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4264FC is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 100 252 -
CMYK 0.74 0.60 0 0.01
HSL 229.03º 0.97% 0.62% -
HSV(B) 229.03º 0.74% 0.99% -
XYZ 24.37 17.3 94.15 -
YUV 107.16 209.74 98.64 -
System Red Green Blue C M Y K H S L
Decimal 66 100 252 0.74 0.60 0 0.01 229.03 0.97 0.62
Hex 42 64 FC 4A 3C 0 1 E5 61 3E
Octal 102 144 374 112 74 0 1 345 141 76
Binary 1000010 1100100 11111100 1001010 111100 0 1 11100101 1100001 111110

Color Harmonies of #4264FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264FC

Black with #4264FC

Text Example


Text Example

White with #4264FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4264FC; }

 p { color: rgb(66,100,252); }

 H1.HeaderClassName
 {
   color: #4264FC;
 }
 .AnyTagClassName
 {
   color: #4264FC;
 }
</style>

background-color css

<style>
 a { background-color: #4264FC; }

 a { background-color: rgb(66,100,252); }

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

border-color css

<style>
 span { border-color: #4264FC; }

 span { border-color: rgb(66,100,252); }

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