Html Css Color HEX #3858DC Royal Blue

📋 copy color: '#3858DC'

red 56 ◦ green 88 ◦ blue 220

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

Shades of Royal Blue #3858DC

Tints of Royal Blue #3858DC

RGB

 RED value IS 56 (22.27% from 255) = 15.38%

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 15.38%
G = 24.18%
B = 60.44%

CMYK

 C value IS 0.75

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3858DC (or 0x3858DC) is known color: Royal Blue. HEX triplet: 38, 58 and DC. RGB value is (56,88,220). Sum of RGB (Red+Green+Blue) = 56+88+220=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #3858DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3858DC is #C7A723. Grayscale: #5C5C5C. Windows color (decimal): -13084452 or 14440504. OLE color: 14440504.

HSL color Cylindrical-coordinate representation of color #3858DC: hue angle of 228.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3858DC is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 88 220 -
CMYK 0.75 0.6 0 0.14
HSL 228.29º 0.7% 0.54% -
HSV(B) 228.29º 0.75% 0.86% -
XYZ 18.04 12.99 69.27 -
YUV 93.48 199.4 101.27 -
System Red Green Blue C M Y K H S L
Decimal 56 88 220 0.75 0.6 0 0.14 228.29 0.7 0.54
Hex 38 58 DC 4B 3C 0 E E4 46 36
Octal 70 130 334 113 74 0 16 344 106 66
Binary 111000 1011000 11011100 1001011 111100 0 1110 11100100 1000110 110110

Color Harmonies of #3858DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3858DC

Black with #3858DC

Text Example


Text Example

White with #3858DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,88,220); }

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

background-color css

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

 a { background-color: rgb(56,88,220); }

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

border-color css

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

 span { border-color: rgb(56,88,220); }

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