Html Css Color HEX #4268DC Royal Blue

📋 copy color: '#4268DC'

red 66 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #4268DC

Tints of Royal Blue #4268DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

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

R = 16.92%
G = 26.67%
B = 56.41%

CMYK

 C value IS 0.7

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4268DC (or 0x4268DC) is known color: Royal Blue. HEX triplet: 42, 68 and DC. RGB value is (66,104,220). Sum of RGB (Red+Green+Blue) = 66+104+220=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #4268DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268DC is #BD9723. Grayscale: #696969. Windows color (decimal): -12424996 or 14444610. OLE color: 14444610.

HSL color Cylindrical-coordinate representation of color #4268DC: hue angle of 225.19º 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 #4268DC is Cyan = 0.7, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 104 220 -
CMYK 0.7 0.53 0 0.14
HSL 225.19º 0.69% 0.56% -
HSV(B) 225.19º 0.7% 0.86% -
XYZ 20.12 16.23 69.78 -
YUV 105.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 66 104 220 0.7 0.53 0 0.14 225.19 0.69 0.56
Hex 42 68 DC 46 35 0 E E1 45 38
Octal 102 150 334 106 65 0 16 341 105 70
Binary 1000010 1101000 11011100 1000110 110101 0 1110 11100001 1000101 111000

Color Harmonies of #4268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4268DC

Black with #4268DC

Text Example


Text Example

White with #4268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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