Html Css Color HEX #4187DC Royal Blue

📋 copy color: '#4187DC'

red 65 ◦ green 135 ◦ blue 220

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

Shades of Royal Blue #4187DC

Tints of Royal Blue #4187DC

RGB

 RED value IS 65 (25.78% from 255) = 15.48%

 GREEN value IS 135 (53.13% from 255) = 32.14%

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

R = 15.48%
G = 32.14%
B = 52.38%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4187DC (or 0x4187DC) is known color: Royal Blue. HEX triplet: 41, 87 and DC. RGB value is (65,135,220). Sum of RGB (Red+Green+Blue) = 65+135+220=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #4187DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4187DC is #BE7823. Grayscale: #7B7B7B. Windows color (decimal): -12482596 or 14452545. OLE color: 14452545.

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

Color convert

RGB 65 135 220 -
CMYK 0.70 0.39 0 0.14
HSL 212.9º 0.69% 0.56% -
HSV(B) 212.9º 0.7% 0.86% -
XYZ 23.76 23.62 71.02 -
YUV 123.76 182.31 86.09 -
System Red Green Blue C M Y K H S L
Decimal 65 135 220 0.70 0.39 0 0.14 212.9 0.69 0.56
Hex 41 87 DC 46 27 0 E D5 45 38
Octal 101 207 334 106 47 0 16 325 105 70
Binary 1000001 10000111 11011100 1000110 100111 0 1110 11010101 1000101 111000

Color Harmonies of #4187DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4187DC

Black with #4187DC

Text Example


Text Example

White with #4187DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,135,220); }

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

background-color css

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

 a { background-color: rgb(65,135,220); }

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

border-color css

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

 span { border-color: rgb(65,135,220); }

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