Html Css Color HEX #4360DC Royal Blue

📋 copy color: '#4360DC'

red 67 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #4360DC

Tints of Royal Blue #4360DC

RGB

 RED value IS 67 (26.56% from 255) = 17.49%

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 17.49%
G = 25.07%
B = 57.44%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4360DC (or 0x4360DC) is known color: Royal Blue. HEX triplet: 43, 60 and DC. RGB value is (67,96,220). Sum of RGB (Red+Green+Blue) = 67+96+220=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #4360DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4360DC is #BC9F23. Grayscale: #646464. Windows color (decimal): -12361508 or 14442563. OLE color: 14442563.

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

Color convert

RGB 67 96 220 -
CMYK 0.70 0.56 0 0.14
HSL 228.63º 0.69% 0.56% -
HSV(B) 228.63º 0.7% 0.86% -
XYZ 19.42 14.73 69.53 -
YUV 101.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 67 96 220 0.70 0.56 0 0.14 228.63 0.69 0.56
Hex 43 60 DC 46 38 0 E E5 45 38
Octal 103 140 334 106 70 0 16 345 105 70
Binary 1000011 1100000 11011100 1000110 111000 0 1110 11100101 1000101 111000

Color Harmonies of #4360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4360DC

Black with #4360DC

Text Example


Text Example

White with #4360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,96,220); }

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

background-color css

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

 a { background-color: rgb(67,96,220); }

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

border-color css

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

 span { border-color: rgb(67,96,220); }

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