Html Css Color HEX #4381DC Royal Blue

📋 copy color: '#4381DC'

red 67 ◦ green 129 ◦ blue 220

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

Shades of Royal Blue #4381DC

Tints of Royal Blue #4381DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

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

R = 16.11%
G = 31.01%
B = 52.88%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4381DC (or 0x4381DC) is known color: Royal Blue. HEX triplet: 43, 81 and DC. RGB value is (67,129,220). Sum of RGB (Red+Green+Blue) = 67+129+220=416 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.11% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #4381DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381DC is #BC7E23. Grayscale: #787878. Windows color (decimal): -12353060 or 14451011. OLE color: 14451011.

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

Color convert

RGB 67 129 220 -
CMYK 0.70 0.41 0 0.14
HSL 215.69º 0.69% 0.56% -
HSV(B) 215.69º 0.7% 0.86% -
XYZ 23.08 22.06 70.75 -
YUV 120.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 67 129 220 0.70 0.41 0 0.14 215.69 0.69 0.56
Hex 43 81 DC 46 29 0 E D8 45 38
Octal 103 201 334 106 51 0 16 330 105 70
Binary 1000011 10000001 11011100 1000110 101001 0 1110 11011000 1000101 111000

Color Harmonies of #4381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381DC

Black with #4381DC

Text Example


Text Example

White with #4381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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