Html Css Color HEX #4384DD Royal Blue

📋 copy color: '#4384DD'

red 67 ◦ green 132 ◦ blue 221

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

Shades of Royal Blue #4384DD

Tints of Royal Blue #4384DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 15.95%
G = 31.43%
B = 52.62%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4384DD (or 0x4384DD) is known color: Royal Blue. HEX triplet: 43, 84 and DD. RGB value is (67,132,221). Sum of RGB (Red+Green+Blue) = 67+132+221=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4384DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384DD is #BC7B22. Grayscale: #7A7A7A. Windows color (decimal): -12352291 or 14517315. OLE color: 14517315.

HSL color Cylindrical-coordinate representation of color #4384DD: hue angle of 214.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4384DD is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 132 221 -
CMYK 0.70 0.40 0 0.13
HSL 214.68º 0.69% 0.56% -
HSV(B) 214.68º 0.7% 0.87% -
XYZ 23.62 22.92 71.59 -
YUV 122.71 183.47 88.26 -
System Red Green Blue C M Y K H S L
Decimal 67 132 221 0.70 0.40 0 0.13 214.68 0.69 0.56
Hex 43 84 DD 46 28 0 D D7 45 38
Octal 103 204 335 106 50 0 15 327 105 70
Binary 1000011 10000100 11011101 1000110 101000 0 1101 11010111 1000101 111000

Color Harmonies of #4384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384DD

Black with #4384DD

Text Example


Text Example

White with #4384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4384DD; }

 p { color: rgb(67,132,221); }

 H1.HeaderClassName
 {
   color: #4384DD;
 }
 .AnyTagClassName
 {
   color: #4384DD;
 }
</style>

background-color css

<style>
 a { background-color: #4384DD; }

 a { background-color: rgb(67,132,221); }

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

border-color css

<style>
 span { border-color: #4384DD; }

 span { border-color: rgb(67,132,221); }

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