Html Css Color HEX #3860DF Royal Blue

📋 copy color: '#3860DF'

red 56 ◦ green 96 ◦ blue 223

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

Shades of Royal Blue #3860DF

Tints of Royal Blue #3860DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 14.93%
G = 25.6%
B = 59.47%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3860DF (or 0x3860DF) is known color: Royal Blue. HEX triplet: 38, 60 and DF. RGB value is (56,96,223). Sum of RGB (Red+Green+Blue) = 56+96+223=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #3860DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860DF is #C79F20. Grayscale: #616161. Windows color (decimal): -13082401 or 14639160. OLE color: 14639160.

HSL color Cylindrical-coordinate representation of color #3860DF: hue angle of 225.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3860DF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 96 223 -
CMYK 0.75 0.57 0 0.13
HSL 225.63º 0.72% 0.55% -
HSV(B) 225.63º 0.75% 0.87% -
XYZ 19.13 14.53 71.61 -
YUV 98.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 56 96 223 0.75 0.57 0 0.13 225.63 0.72 0.55
Hex 38 60 DF 4B 39 0 D E2 48 37
Octal 70 140 337 113 71 0 15 342 110 67
Binary 111000 1100000 11011111 1001011 111001 0 1101 11100010 1001000 110111

Color Harmonies of #3860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3860DF

Black with #3860DF

Text Example


Text Example

White with #3860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3860DF; }

 p { color: rgb(56,96,223); }

 H1.HeaderClassName
 {
   color: #3860DF;
 }
 .AnyTagClassName
 {
   color: #3860DF;
 }
</style>

background-color css

<style>
 a { background-color: #3860DF; }

 a { background-color: rgb(56,96,223); }

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

border-color css

<style>
 span { border-color: #3860DF; }

 span { border-color: rgb(56,96,223); }

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