Html Css Color HEX #4264DC Royal Blue

📋 copy color: '#4264DC'

red 66 ◦ green 100 ◦ blue 220

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

Shades of Royal Blue #4264DC

Tints of Royal Blue #4264DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 17.1%
G = 25.91%
B = 56.99%

CMYK

 C value IS 0.7

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4264DC (or 0x4264DC) is known color: Royal Blue. HEX triplet: 42, 64 and DC. RGB value is (66,100,220). Sum of RGB (Red+Green+Blue) = 66+100+220=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #4264DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264DC is #BD9B23. Grayscale: #676767. Windows color (decimal): -12426020 or 14443586. OLE color: 14443586.

HSL color Cylindrical-coordinate representation of color #4264DC: hue angle of 226.75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4264DC is Cyan = 0.7, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 100 220 -
CMYK 0.7 0.55 0 0.14
HSL 226.75º 0.69% 0.56% -
HSV(B) 226.75º 0.7% 0.86% -
XYZ 19.72 15.44 69.65 -
YUV 103.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 66 100 220 0.7 0.55 0 0.14 226.75 0.69 0.56
Hex 42 64 DC 46 37 0 E E3 45 38
Octal 102 144 334 106 67 0 16 343 105 70
Binary 1000010 1100100 11011100 1000110 110111 0 1110 11100011 1000101 111000

Color Harmonies of #4264DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264DC

Black with #4264DC

Text Example


Text Example

White with #4264DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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