Html Css Color HEX #4267DC Royal Blue

📋 copy color: '#4267DC'

red 66 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #4267DC

Tints of Royal Blue #4267DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.48%

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

R = 16.97%
G = 26.48%
B = 56.56%

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

#4267DC (or 0x4267DC) is known color: Royal Blue. HEX triplet: 42, 67 and DC. RGB value is (66,103,220). Sum of RGB (Red+Green+Blue) = 66+103+220=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4267DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4267DC is #BD9823. Grayscale: #686868. Windows color (decimal): -12425252 or 14444354. OLE color: 14444354.

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

Color convert

RGB 66 103 220 -
CMYK 0.7 0.53 0 0.14
HSL 225.58º 0.69% 0.56% -
HSV(B) 225.58º 0.7% 0.86% -
XYZ 20.02 16.03 69.75 -
YUV 105.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 66 103 220 0.7 0.53 0 0.14 225.58 0.69 0.56
Hex 42 67 DC 46 35 0 E E2 45 38
Octal 102 147 334 106 65 0 16 342 105 70
Binary 1000010 1100111 11011100 1000110 110101 0 1110 11100010 1000101 111000

Color Harmonies of #4267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4267DC

Black with #4267DC

Text Example


Text Example

White with #4267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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