Html Css Color HEX #4385DB Royal Blue

📋 copy color: '#4385DB'

red 67 ◦ green 133 ◦ blue 219

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

Shades of Royal Blue #4385DB

Tints of Royal Blue #4385DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 15.99%
G = 31.74%
B = 52.27%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4385DB (or 0x4385DB) is known color: Royal Blue. HEX triplet: 43, 85 and DB. RGB value is (67,133,219). Sum of RGB (Red+Green+Blue) = 67+133+219=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #4385DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385DB is #BC7A24. Grayscale: #7A7A7A. Windows color (decimal): -12352037 or 14386499. OLE color: 14386499.

HSL color Cylindrical-coordinate representation of color #4385DB: hue angle of 213.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4385DB is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 133 219 -
CMYK 0.69 0.39 0 0.14
HSL 213.95º 0.68% 0.56% -
HSV(B) 213.95º 0.69% 0.86% -
XYZ 23.49 23.08 70.24 -
YUV 123.07 182.13 88.01 -
System Red Green Blue C M Y K H S L
Decimal 67 133 219 0.69 0.39 0 0.14 213.95 0.68 0.56
Hex 43 85 DB 45 27 0 E D6 44 38
Octal 103 205 333 105 47 0 16 326 104 70
Binary 1000011 10000101 11011011 1000101 100111 0 1110 11010110 1000100 111000

Color Harmonies of #4385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385DB

Black with #4385DB

Text Example


Text Example

White with #4385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4385DB; }

 p { color: rgb(67,133,219); }

 H1.HeaderClassName
 {
   color: #4385DB;
 }
 .AnyTagClassName
 {
   color: #4385DB;
 }
</style>

background-color css

<style>
 a { background-color: #4385DB; }

 a { background-color: rgb(67,133,219); }

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

border-color css

<style>
 span { border-color: #4385DB; }

 span { border-color: rgb(67,133,219); }

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